Skip to content

Commit 3751b63

Browse files
⬆️(dependencies) update python dependencies
1 parent 00009ec commit 3751b63

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

src/backend/pyproject.toml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -26,16 +26,16 @@ readme = "README.md"
2626
requires-python = ">=3.12"
2727
dependencies = [
2828
"beautifulsoup4==4.13.4",
29-
"boto3==1.38.36",
29+
"boto3==1.38.44",
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-filter==25.1",
36-
"django-lasuite[all]==0.0.9",
36+
"django-lasuite[all]==0.0.10",
3737
"django-parler==2.3",
38-
"django-redis==5.4.0",
38+
"django-redis==6.0.0",
3939
"django-storages[s3]==1.14.6",
4040
"django-timezone-field>=5.1",
4141
"django==5.2.3",
@@ -48,17 +48,17 @@ dependencies = [
4848
"gunicorn==23.0.0",
4949
"jsonschema==4.24.0",
5050
"lxml==5.4.0",
51-
"markdown==3.8",
51+
"markdown==3.8.2",
5252
"mozilla-django-oidc==4.0.1",
5353
"nested-multipart-parser==1.5.0",
54-
"openai==1.86.0",
54+
"openai==1.91.0",
5555
"psycopg[binary]==3.2.9",
56-
"pycrdt==0.12.21",
56+
"pycrdt==0.12.22",
5757
"PyJWT==2.10.1",
5858
"python-magic==0.4.27",
5959
"redis<6.0.0",
6060
"requests==2.32.4",
61-
"sentry-sdk==2.30.0",
61+
"sentry-sdk==2.31.0",
6262
"whitenoise==6.9.0",
6363
]
6464

@@ -76,16 +76,16 @@ dev = [
7676
"freezegun==1.5.2",
7777
"ipdb==0.13.13",
7878
"ipython==9.3.0",
79-
"pyfakefs==5.8.0",
79+
"pyfakefs==5.9.1",
8080
"pylint-django==2.6.1",
8181
"pylint==3.3.7",
8282
"pytest-cov==6.2.1",
8383
"pytest-django==4.11.1",
84-
"pytest==8.4.0",
84+
"pytest==8.4.1",
8585
"pytest-icdiff==0.9",
8686
"pytest-xdist==3.7.0",
8787
"responses==0.25.7",
88-
"ruff==0.11.13",
88+
"ruff==0.12.0",
8989
"types-requests==2.32.4.20250611",
9090
]
9191

0 commit comments

Comments
 (0)