Skip to content

Commit e927f2c

Browse files
renovate[bot]AntoLC
authored andcommitted
⬆️(dependencies) update python dependencies
1 parent 7f25b05 commit e927f2c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/backend/pyproject.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ license = { file = "LICENSE" }
2525
readme = "README.md"
2626
requires-python = ">=3.10"
2727
dependencies = [
28-
"boto3==1.35.0",
28+
"boto3==1.35.10",
2929
"Brotli==1.1.0",
3030
"celery[redis]==5.4.0",
3131
"django-configurations==2.5.1",
@@ -36,7 +36,7 @@ dependencies = [
3636
"django-redis==5.4.0",
3737
"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",
4141
"drf_spectacular==0.27.2",
4242
"dockerflow==2024.4.2",
@@ -70,17 +70,17 @@ dev = [
7070
"django-extensions==3.2.3",
7171
"drf-spectacular-sidecar==2024.7.1",
7272
"ipdb==0.13.13",
73-
"ipython==8.26.0",
73+
"ipython==8.27.0",
7474
"pyfakefs==5.6.0",
7575
"pylint-django==2.5.5",
76-
"pylint==3.2.6",
76+
"pylint==3.2.7",
7777
"pytest-cov==5.0.0",
78-
"pytest-django==4.8.0",
78+
"pytest-django==4.9.0",
7979
"pytest==8.3.2",
8080
"pytest-icdiff==0.9",
8181
"pytest-xdist==3.6.1",
8282
"responses==0.25.3",
83-
"ruff==0.6.1",
83+
"ruff==0.6.3",
8484
"types-requests==2.32.0.20240712",
8585
]
8686

0 commit comments

Comments
 (0)