Skip to content

Commit 2da4ce4

Browse files
renovate[bot]lunika
authored andcommitted
⬆️(dependencies) update python dependencies
1 parent 50b90f9 commit 2da4ce4

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

src/backend/pyproject.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ license = { file = "LICENSE" }
2525
readme = "README.md"
2626
requires-python = ">=3.12"
2727
dependencies = [
28-
"beautifulsoup4==4.12.3",
29-
"boto3==1.37.18",
28+
"beautifulsoup4==4.13.3",
29+
"boto3==1.37.24",
3030
"Brotli==1.1.0",
31-
"celery[redis]==5.4.0",
31+
"celery[redis]==5.5.0",
3232
"django-configurations==2.5.1",
3333
"django-cors-headers==4.7.0",
3434
"django-countries==7.6.1",
@@ -40,7 +40,7 @@ dependencies = [
4040
"django-timezone-field>=5.1",
4141
"django==5.1.7",
4242
"django-treebeard==4.7.1",
43-
"djangorestframework==3.15.2",
43+
"djangorestframework==3.16.0",
4444
"drf_spectacular==0.28.0",
4545
"dockerflow==2024.4.2",
4646
"easy_thumbnails==2.10",
@@ -51,14 +51,14 @@ dependencies = [
5151
"markdown==3.7",
5252
"mozilla-django-oidc==4.0.1",
5353
"nested-multipart-parser==1.5.0",
54-
"openai==1.68.2",
54+
"openai==1.70.0",
5555
"psycopg[binary]==3.2.6",
5656
"pycrdt==0.12.10",
5757
"PyJWT==2.10.1",
5858
"python-magic==0.4.27",
5959
"requests==2.32.3",
60-
"sentry-sdk==2.24.0",
61-
"url-normalize==1.4.3",
60+
"sentry-sdk==2.25.0",
61+
"url-normalize==2.2.0",
6262
"whitenoise==6.9.0",
6363
]
6464

@@ -86,7 +86,7 @@ dev = [
8686
"pytest-xdist==3.6.1",
8787
"responses==0.25.7",
8888
"ruff==0.11.2",
89-
"types-requests==2.32.0.20250306",
89+
"types-requests==2.32.0.20250328",
9090
]
9191

9292
[tool.setuptools]

0 commit comments

Comments
 (0)