Skip to content

Commit 2af88c5

Browse files
renovate[bot]AntoLC
authored andcommitted
⬆️(dependencies) update python dependencies
1 parent 07d9e29 commit 2af88c5

File tree

1 file changed

+35
-35
lines changed

1 file changed

+35
-35
lines changed

src/backend/pyproject.toml

Lines changed: 35 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -25,38 +25,38 @@ license = { file = "LICENSE" }
2525
readme = "README.md"
2626
requires-python = ">=3.10"
2727
dependencies = [
28-
"boto3==1.33.6",
28+
"boto3==1.35.0",
2929
"Brotli==1.1.0",
30-
"celery[redis]==5.3.6",
31-
"django-configurations==2.5",
32-
"django-cors-headers==4.3.1",
33-
"django-countries==7.5.1",
30+
"celery[redis]==5.4.0",
31+
"django-configurations==2.5.1",
32+
"django-cors-headers==4.4.0",
33+
"django-countries==7.6.1",
3434
"django-parler==2.3",
35-
"redis==5.0.3",
35+
"redis==5.0.8",
3636
"django-redis==5.4.0",
37-
"django-storages[s3]==1.14.2",
37+
"django-storages[s3]==1.14.4",
3838
"django-timezone-field>=5.1",
39-
"django==5.0.8",
39+
"django==5.1",
4040
"djangorestframework==3.15.2",
41-
"drf_spectacular==0.26.5",
42-
"dockerflow==2022.8.0",
43-
"easy_thumbnails==2.8.5",
44-
"factory_boy==3.3.0",
45-
"freezegun==1.5.0",
46-
"gunicorn==22.0.0",
47-
"jsonschema==4.20.0",
48-
"markdown==3.5.1",
41+
"drf_spectacular==0.27.2",
42+
"dockerflow==2024.4.2",
43+
"easy_thumbnails==2.9",
44+
"factory_boy==3.3.1",
45+
"freezegun==1.5.1",
46+
"gunicorn==23.0.0",
47+
"jsonschema==4.23.0",
48+
"markdown==3.7",
4949
"nested-multipart-parser==1.5.0",
50-
"psycopg[binary]==3.1.14",
51-
"PyJWT==2.8.0",
50+
"psycopg[binary]==3.2.1",
51+
"PyJWT==2.9.0",
5252
"pypandoc==1.13",
53-
"python-frontmatter==1.0.1",
54-
"requests==2.32.2",
55-
"sentry-sdk==2.8.0",
53+
"python-frontmatter==1.1.0",
54+
"requests==2.32.3",
55+
"sentry-sdk==2.13.0",
5656
"url-normalize==1.4.3",
5757
"WeasyPrint>=60.2",
58-
"whitenoise==6.6.0",
59-
"mozilla-django-oidc==4.0.0",
58+
"whitenoise==6.7.0",
59+
"mozilla-django-oidc==4.0.1",
6060
]
6161

6262
[project.urls]
@@ -68,20 +68,20 @@ dependencies = [
6868
[project.optional-dependencies]
6969
dev = [
7070
"django-extensions==3.2.3",
71-
"drf-spectacular-sidecar==2023.12.1",
71+
"drf-spectacular-sidecar==2024.7.1",
7272
"ipdb==0.13.13",
73-
"ipython==8.18.1",
74-
"pyfakefs==5.3.2",
73+
"ipython==8.26.0",
74+
"pyfakefs==5.6.0",
7575
"pylint-django==2.5.5",
76-
"pylint==3.0.3",
77-
"pytest-cov==4.1.0",
78-
"pytest-django==4.7.0",
79-
"pytest==7.4.3",
80-
"pytest-icdiff==0.8",
81-
"pytest-xdist==3.5.0",
82-
"responses==0.24.1",
83-
"ruff==0.1.6",
84-
"types-requests==2.31.0.10",
76+
"pylint==3.2.6",
77+
"pytest-cov==5.0.0",
78+
"pytest-django==4.8.0",
79+
"pytest==8.3.2",
80+
"pytest-icdiff==0.9",
81+
"pytest-xdist==3.6.1",
82+
"responses==0.25.3",
83+
"ruff==0.6.1",
84+
"types-requests==2.32.0.20240712",
8585
]
8686

8787
[tool.setuptools]

0 commit comments

Comments
 (0)