Skip to content

Commit e844253

Browse files
⬆️(dependencies) update python dependencies
1 parent ecd0656 commit e844253

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

src/backend/pyproject.toml

+15-15
Original file line numberDiff line numberDiff line change
@@ -26,19 +26,19 @@ readme = "README.md"
2626
requires-python = ">=3.12"
2727
dependencies = [
2828
"beautifulsoup4==4.13.3",
29-
"boto3==1.37.24",
29+
"boto3==1.37.33",
3030
"Brotli==1.1.0",
31-
"celery[redis]==5.5.0",
31+
"celery[redis]==5.5.1",
3232
"django-configurations==2.5.1",
3333
"django-cors-headers==4.7.0",
3434
"django-countries==7.6.1",
3535
"django-filter==25.1",
3636
"django-parler==2.3",
3737
"redis==5.2.1",
3838
"django-redis==5.4.0",
39-
"django-storages[s3]==1.14.5",
39+
"django-storages[s3]==1.14.6",
4040
"django-timezone-field>=5.1",
41-
"django==5.1.8",
41+
"django==5.2",
4242
"django-treebeard==4.7.1",
4343
"djangorestframework==3.16.0",
4444
"drf_spectacular==0.28.0",
@@ -47,17 +47,17 @@ dependencies = [
4747
"factory_boy==3.3.3",
4848
"gunicorn==23.0.0",
4949
"jsonschema==4.23.0",
50-
"lxml==5.3.1",
51-
"markdown==3.7",
50+
"lxml==5.3.2",
51+
"markdown==3.8",
5252
"mozilla-django-oidc==4.0.1",
5353
"nested-multipart-parser==1.5.0",
54-
"openai==1.70.0",
54+
"openai==1.73.0",
5555
"psycopg[binary]==3.2.6",
56-
"pycrdt==0.12.10",
56+
"pycrdt==0.12.12",
5757
"PyJWT==2.10.1",
5858
"python-magic==0.4.27",
5959
"requests==2.32.3",
60-
"sentry-sdk==2.25.0",
60+
"sentry-sdk==2.25.1",
6161
"whitenoise==6.9.0",
6262
]
6363

@@ -69,22 +69,22 @@ dependencies = [
6969

7070
[project.optional-dependencies]
7171
dev = [
72-
"django-extensions==3.2.3",
72+
"django-extensions==4.1",
7373
"django-test-migrations==1.4.0",
74-
"drf-spectacular-sidecar==2025.3.1",
74+
"drf-spectacular-sidecar==2025.4.1",
7575
"freezegun==1.5.1",
7676
"ipdb==0.13.13",
77-
"ipython==9.0.2",
77+
"ipython==9.1.0",
7878
"pyfakefs==5.8.0",
7979
"pylint-django==2.6.1",
8080
"pylint==3.3.6",
81-
"pytest-cov==6.0.0",
82-
"pytest-django==4.10.0",
81+
"pytest-cov==6.1.1",
82+
"pytest-django==4.11.1",
8383
"pytest==8.3.5",
8484
"pytest-icdiff==0.9",
8585
"pytest-xdist==3.6.1",
8686
"responses==0.25.7",
87-
"ruff==0.11.2",
87+
"ruff==0.11.5",
8888
"types-requests==2.32.0.20250328",
8989
]
9090

0 commit comments

Comments
 (0)