Skip to content

Commit 226d2dc

Browse files
⬆️(dependencies) update python dependencies
1 parent ab271bc commit 226d2dc

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/backend/pyproject.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,23 +26,23 @@ readme = "README.md"
2626
requires-python = ">=3.12"
2727
dependencies = [
2828
"beautifulsoup4==4.14.2",
29-
"boto3==1.40.59",
29+
"boto3==1.40.64",
3030
"Brotli==1.1.0",
3131
"celery[redis]==5.5.3",
3232
"django-configurations==2.5.1",
3333
"django-cors-headers==4.9.0",
3434
"django-countries==7.6.1",
3535
"django-csp==4.0",
3636
"django-filter==25.2",
37-
"django-lasuite[all]==0.0.16",
37+
"django-lasuite[all]==0.0.17",
3838
"django-parler==2.3",
3939
"django-redis==6.0.0",
4040
"django-storages[s3]==1.14.6",
4141
"django-timezone-field>=5.1",
4242
"django==5.2.7",
4343
"django-treebeard==4.7.1",
4444
"djangorestframework==3.16.1",
45-
"drf_spectacular==0.28.0",
45+
"drf_spectacular==0.29.0",
4646
"dockerflow==2024.4.2",
4747
"easy_thumbnails==2.10.1",
4848
"factory_boy==3.3.3",
@@ -54,12 +54,12 @@ dependencies = [
5454
"nested-multipart-parser==1.6.0",
5555
"openai==2.6.1",
5656
"psycopg[binary]==3.2.12",
57-
"pycrdt==0.12.42",
57+
"pycrdt==0.12.43",
5858
"PyJWT==2.10.1",
5959
"python-magic==0.4.27",
6060
"redis<6.0.0",
6161
"requests==2.32.5",
62-
"sentry-sdk==2.42.1",
62+
"sentry-sdk==2.43.0",
6363
"whitenoise==6.11.0",
6464
]
6565

@@ -77,7 +77,7 @@ dev = [
7777
"freezegun==1.5.5",
7878
"ipdb==0.13.13",
7979
"ipython==9.6.0",
80-
"pyfakefs==5.10.0",
80+
"pyfakefs==5.10.1",
8181
"pylint-django==2.6.1",
8282
"pylint<4.0.0",
8383
"pytest-cov==7.0.0",
@@ -86,7 +86,7 @@ dev = [
8686
"pytest-icdiff==0.9",
8787
"pytest-xdist==3.8.0",
8888
"responses==0.25.8",
89-
"ruff==0.14.2",
89+
"ruff==0.14.3",
9090
"types-requests==2.32.4.20250913",
9191
]
9292

0 commit comments

Comments
 (0)