Skip to content

Commit 6092726

Browse files
⬆️(dependencies) update python dependencies
1 parent 8036f16 commit 6092726

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
@@ -25,16 +25,16 @@ license = { file = "LICENSE" }
2525
readme = "README.md"
2626
requires-python = ">=3.12"
2727
dependencies = [
28-
"beautifulsoup4==4.14.2",
29-
"boto3==1.40.74",
28+
"beautifulsoup4==4.14.3",
29+
"boto3==1.42.0",
3030
"Brotli==1.2.0",
31-
"celery[redis]==5.5.3",
31+
"celery[redis]==5.6.0",
3232
"django-configurations==2.5.1",
3333
"django-cors-headers==4.9.0",
34-
"django-countries==8.1.0",
34+
"django-countries==8.2.0",
3535
"django-csp==4.0",
3636
"django-filter==25.2",
37-
"django-lasuite[all]==0.0.18",
37+
"django-lasuite[all]==0.0.19",
3838
"django-parler==2.3",
3939
"django-redis==6.0.0",
4040
"django-storages[s3]==1.14.6",
@@ -52,14 +52,14 @@ dependencies = [
5252
"markdown==3.10",
5353
"mozilla-django-oidc==4.0.1",
5454
"nested-multipart-parser==1.6.0",
55-
"openai==2.8.0",
56-
"psycopg[binary]==3.2.12",
55+
"openai==2.8.1",
56+
"psycopg[binary]==3.2.13",
5757
"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.44.0",
62+
"sentry-sdk==2.46.0",
6363
"whitenoise==6.11.0",
6464
]
6565

@@ -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.5",
89+
"ruff==0.14.7",
9090
"types-requests==2.32.4.20250913",
9191
]
9292

0 commit comments

Comments
 (0)