Skip to content

Commit 5848f43

Browse files
⬆️(dependencies) update python dependencies (#956)
1 parent 4b0fd22 commit 5848f43

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/backend/pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ readme = "README.md"
2626
requires-python = ">=3.12"
2727
dependencies = [
2828
"beautifulsoup4==4.13.4",
29-
"boto3==1.38.9",
29+
"boto3==1.38.13",
3030
"Brotli==1.1.0",
3131
"celery[redis]==5.5.2",
3232
"django-configurations==2.5.1",
@@ -51,14 +51,14 @@ dependencies = [
5151
"markdown==3.8",
5252
"mozilla-django-oidc==4.0.1",
5353
"nested-multipart-parser==1.5.0",
54-
"openai==1.77.0",
55-
"psycopg[binary]==3.2.7",
54+
"openai==1.78.1",
55+
"psycopg[binary]==3.2.8",
5656
"pycrdt==0.12.15",
5757
"PyJWT==2.10.1",
5858
"python-magic==0.4.27",
5959
"redis<6.0.0",
6060
"requests==2.32.3",
61-
"sentry-sdk==2.27.0",
61+
"sentry-sdk==2.28.0",
6262
"whitenoise==6.9.0",
6363
]
6464

@@ -85,7 +85,7 @@ dev = [
8585
"pytest-icdiff==0.9",
8686
"pytest-xdist==3.6.1",
8787
"responses==0.25.7",
88-
"ruff==0.11.8",
88+
"ruff==0.11.9",
8989
"types-requests==2.32.0.20250328",
9090
]
9191

0 commit comments

Comments
 (0)