Skip to content

Commit 089fce4

Browse files
⬆️(dependencies) update python dependencies
1 parent 67a195f commit 089fce4

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

src/backend/pyproject.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,15 @@ readme = "README.md"
2626
requires-python = ">=3.12"
2727
dependencies = [
2828
"beautifulsoup4==4.13.4",
29-
"boto3==1.39.4",
29+
"boto3==1.39.14",
3030
"Brotli==1.1.0",
3131
"celery[redis]==5.5.3",
3232
"django-configurations==2.5.1",
3333
"django-cors-headers==4.7.0",
3434
"django-countries==7.6.1",
3535
"django-csp==4.0",
3636
"django-filter==25.1",
37-
"django-lasuite[all]==0.0.11",
37+
"django-lasuite[all]==0.0.12",
3838
"django-parler==2.3",
3939
"django-redis==6.0.0",
4040
"django-storages[s3]==1.14.6",
@@ -47,19 +47,19 @@ dependencies = [
4747
"easy_thumbnails==2.10",
4848
"factory_boy==3.3.3",
4949
"gunicorn==23.0.0",
50-
"jsonschema==4.24.0",
50+
"jsonschema==4.25.0",
5151
"lxml==6.0.0",
5252
"markdown==3.8.2",
5353
"mozilla-django-oidc==4.0.1",
5454
"nested-multipart-parser==1.5.0",
55-
"openai==1.95.0",
55+
"openai==1.97.1",
5656
"psycopg[binary]==3.2.9",
57-
"pycrdt==0.12.25",
57+
"pycrdt==0.12.26",
5858
"PyJWT==2.10.1",
5959
"python-magic==0.4.27",
6060
"redis<6.0.0",
6161
"requests==2.32.4",
62-
"sentry-sdk==2.32.0",
62+
"sentry-sdk==2.33.2",
6363
"whitenoise==6.9.0",
6464
]
6565

@@ -74,7 +74,7 @@ dev = [
7474
"django-extensions==4.1",
7575
"django-test-migrations==1.5.0",
7676
"drf-spectacular-sidecar==2025.7.1",
77-
"freezegun==1.5.2",
77+
"freezegun==1.5.3",
7878
"ipdb==0.13.13",
7979
"ipython==9.4.0",
8080
"pyfakefs==5.9.1",
@@ -86,7 +86,7 @@ dev = [
8686
"pytest-icdiff==0.9",
8787
"pytest-xdist==3.8.0",
8888
"responses==0.25.7",
89-
"ruff==0.12.2",
89+
"ruff==0.12.5",
9090
"types-requests==2.32.4.20250611",
9191
]
9292

0 commit comments

Comments
 (0)