Skip to content

Commit d952815

Browse files
⬆️(dependencies) update python dependencies
1 parent cde64ed commit d952815

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

src/backend/pyproject.toml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ readme = "README.md"
2626
requires-python = ">=3.12"
2727
dependencies = [
2828
"beautifulsoup4==4.13.4",
29-
"boto3==1.38.23",
29+
"boto3==1.38.27",
3030
"Brotli==1.1.0",
31-
"celery[redis]==5.5.2",
31+
"celery[redis]==5.5.3",
3232
"django-configurations==2.5.1",
3333
"django-cors-headers==4.7.0",
3434
"django-countries==7.6.1",
@@ -46,12 +46,12 @@ dependencies = [
4646
"easy_thumbnails==2.10",
4747
"factory_boy==3.3.3",
4848
"gunicorn==23.0.0",
49-
"jsonschema==4.23.0",
49+
"jsonschema==4.24.0",
5050
"lxml==5.4.0",
5151
"markdown==3.8",
5252
"mozilla-django-oidc==4.0.1",
5353
"nested-multipart-parser==1.5.0",
54-
"openai==1.82.0",
54+
"openai==1.82.1",
5555
"psycopg[binary]==3.2.9",
5656
"pycrdt==0.12.20",
5757
"PyJWT==2.10.1",
@@ -72,21 +72,21 @@ dependencies = [
7272
dev = [
7373
"django-extensions==4.1",
7474
"django-test-migrations==1.5.0",
75-
"drf-spectacular-sidecar==2025.5.1",
75+
"drf-spectacular-sidecar==2025.6.1",
7676
"freezegun==1.5.2",
7777
"ipdb==0.13.13",
78-
"ipython==9.2.0",
78+
"ipython==9.3.0",
7979
"pyfakefs==5.8.0",
8080
"pylint-django==2.6.1",
8181
"pylint==3.3.7",
8282
"pytest-cov==6.1.1",
8383
"pytest-django==4.11.1",
8484
"pytest==8.3.5",
8585
"pytest-icdiff==0.9",
86-
"pytest-xdist==3.6.1",
86+
"pytest-xdist==3.7.0",
8787
"responses==0.25.7",
88-
"ruff==0.11.11",
89-
"types-requests==2.32.0.20250515",
88+
"ruff==0.11.12",
89+
"types-requests==2.32.0.20250602",
9090
]
9191

9292
[tool.setuptools]

0 commit comments

Comments
 (0)