Skip to content

Commit aabf1c8

Browse files
⬆️(dependencies) update python dependencies
1 parent 0cf8b9d commit aabf1c8

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

src/backend/pyproject.toml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -26,40 +26,40 @@ readme = "README.md"
2626
requires-python = ">=3.12"
2727
dependencies = [
2828
"beautifulsoup4==4.13.4",
29-
"boto3==1.39.4",
29+
"boto3==1.40.6",
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",
4141
"django-timezone-field>=5.1",
42-
"django==5.2.4",
42+
"django==5.2.5",
4343
"django-treebeard==4.7.1",
44-
"djangorestframework==3.16.0",
44+
"djangorestframework==3.16.1",
4545
"drf_spectacular==0.28.0",
4646
"dockerflow==2024.4.2",
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.99.5",
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.34.1",
6363
"whitenoise==6.9.0",
6464
]
6565

@@ -73,20 +73,20 @@ dependencies = [
7373
dev = [
7474
"django-extensions==4.1",
7575
"django-test-migrations==1.5.0",
76-
"drf-spectacular-sidecar==2025.7.1",
77-
"freezegun==1.5.2",
76+
"drf-spectacular-sidecar==2025.8.1",
77+
"freezegun==1.5.4",
7878
"ipdb==0.13.13",
7979
"ipython==9.4.0",
80-
"pyfakefs==5.9.1",
80+
"pyfakefs==5.9.2",
8181
"pylint-django==2.6.1",
8282
"pylint==3.3.7",
8383
"pytest-cov==6.2.1",
8484
"pytest-django==4.11.1",
8585
"pytest==8.4.1",
8686
"pytest-icdiff==0.9",
8787
"pytest-xdist==3.8.0",
88-
"responses==0.25.7",
89-
"ruff==0.12.2",
88+
"responses==0.25.8",
89+
"ruff==0.12.8",
9090
"types-requests==2.32.4.20250611",
9191
]
9292

0 commit comments

Comments
 (0)