Skip to content

Commit 628b323

Browse files
⬆️(dependencies) update python dependencies
1 parent 1972bef commit 628b323

2 files changed

Lines changed: 192 additions & 169 deletions

File tree

src/backend/pyproject.toml

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -25,16 +25,16 @@ license = { file = "LICENSE" }
2525
readme = "README.md"
2626
requires-python = ">=3.14"
2727
dependencies = [
28-
"boto3==1.42.97",
28+
"boto3==1.43.13",
2929
"Brotli==1.2.0",
30-
"celery[redis]==5.6.2",
31-
"dj-database-url==3.1.0",
30+
"celery[redis]==5.6.3",
31+
"dj-database-url==3.1.2",
3232
"django-configurations==2.5.1",
3333
"django-cors-headers==4.9.0",
3434
"django-countries==8.2.0",
3535
"django-filter==25.2",
36-
"django-lasuite[all]==0.0.25",
37-
"django-parler==2.3",
36+
"django-lasuite[all]==0.0.26",
37+
"django-parler==2.4",
3838
"redis==5.2.1",
3939
"django-redis==6.0.0",
4040
"django-storages[s3]==1.14.6",
@@ -43,16 +43,16 @@ dependencies = [
4343
"django==5.2.14",
4444
"djangorestframework==3.17.1",
4545
"drf_spectacular==0.29.0",
46-
"dockerflow==2026.1.26",
47-
"gunicorn==25.3.0",
46+
"dockerflow==2026.3.4",
47+
"gunicorn==26.0.0",
4848
"jsonschema==4.26.0",
4949
"nested-multipart-parser==1.6.0",
50-
"psycopg[binary]==3.3.2",
51-
"pydantic==2.13.3",
52-
"python-frontmatter==1.1.0",
50+
"psycopg[binary]==3.3.4",
51+
"pydantic==2.13.4",
52+
"python-frontmatter==1.3.0",
5353
"python-magic==0.4.27",
54-
"requests==2.33.1",
55-
"sentry-sdk==2.58.0",
54+
"requests==2.34.2",
55+
"sentry-sdk==2.60.0",
5656
"whitenoise==6.12.0",
5757
"mozilla-django-oidc==5.0.2",
5858
"aiohttp==3.13.5",
@@ -69,22 +69,22 @@ dependencies = [
6969
[project.optional-dependencies]
7070
dev = [
7171
"django-extensions==4.1",
72-
"drf-spectacular-sidecar==2026.1.1",
72+
"drf-spectacular-sidecar==2026.5.1",
7373
"freezegun==1.5.5",
7474
"ipdb==0.13.13",
75-
"ipython==9.10.0",
76-
"pyfakefs==6.1.1",
75+
"ipython==9.13.0",
76+
"pyfakefs==6.2.0",
7777
"pylint-django==2.7.0",
7878
"pylint>=4,<5",
79-
"pytest-cov==7.0.0",
79+
"pytest-cov==7.1.0",
8080
"pytest-django==4.12.0",
81-
"pytest==9.0.2",
81+
"pytest==9.0.3",
8282
"pytest-icdiff==0.9",
8383
"pytest-xdist==3.8.0",
84-
"responses==0.25.8",
84+
"responses==0.26.1",
8585
"factory_boy==3.3.3",
86-
"ruff==0.15.1",
87-
"types-requests==2.32.4.20260107",
86+
"ruff==0.15.14",
87+
"types-requests==2.33.0.20260518",
8888
]
8989

9090
[tool.setuptools]

0 commit comments

Comments
 (0)