⬆️(dependencies) update python dependencies

This commit is contained in:
renovate[bot]
2025-02-03 13:19:10 +00:00
committed by Laurent Bossavit
parent 6274764f90
commit 4fb5d87df9

View File

@@ -25,7 +25,7 @@ license = { file = "LICENSE" }
readme = "README.md" readme = "README.md"
requires-python = ">=3.10" requires-python = ">=3.10"
dependencies = [ dependencies = [
"boto3==1.36.6", "boto3==1.36.11",
"Brotli==1.1.0", "Brotli==1.1.0",
"celery[redis]==5.4.0", "celery[redis]==5.4.0",
"django-configurations==2.5.1", "django-configurations==2.5.1",
@@ -42,7 +42,7 @@ dependencies = [
"drf_spectacular==0.28.0", "drf_spectacular==0.28.0",
"dockerflow==2024.4.2", "dockerflow==2024.4.2",
"easy_thumbnails==2.10", "easy_thumbnails==2.10",
"factory_boy==3.3.1", "factory_boy==3.3.3",
"gunicorn==23.0.0", "gunicorn==23.0.0",
"jsonschema==4.23.0", "jsonschema==4.23.0",
"nested-multipart-parser==1.5.0", "nested-multipart-parser==1.5.0",
@@ -64,20 +64,20 @@ dependencies = [
[project.optional-dependencies] [project.optional-dependencies]
dev = [ dev = [
"django-extensions==3.2.3", "django-extensions==3.2.3",
"drf-spectacular-sidecar==2024.12.1", "drf-spectacular-sidecar==2025.2.1",
"ipdb==0.13.13", "ipdb==0.13.13",
"ipython==8.31.0", "ipython==8.32.0",
"jq==1.8.0", "jq==1.8.0",
"pyfakefs==5.7.4", "pyfakefs==5.7.4",
"pylint-django==2.6.1", "pylint-django==2.6.1",
"pylint==3.3.3", "pylint==3.3.4",
"pytest-cov==6.0.0", "pytest-cov==6.0.0",
"pytest-django==4.9.0", "pytest-django==4.9.0",
"pytest==8.3.4", "pytest==8.3.4",
"pytest-icdiff==0.9", "pytest-icdiff==0.9",
"pytest-xdist==3.6.1", "pytest-xdist==3.6.1",
"responses==0.25.6", "responses==0.25.6",
"ruff==0.9.3", "ruff==0.9.4",
"types-requests==2.32.0.20241016", "types-requests==2.32.0.20241016",
"freezegun==1.5.1", "freezegun==1.5.1",
] ]