⬆️(dependencies) update python dependencies

This commit is contained in:
renovate[bot]
2024-12-02 12:59:08 +00:00
committed by Laurent Bossavit
parent 0785c3a5bc
commit b7908801d4

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.35.69", "boto3==1.35.72",
"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",
@@ -38,7 +38,7 @@ dependencies = [
"django-timezone-field>=5.1", "django-timezone-field>=5.1",
"django==5.1.3", "django==5.1.3",
"djangorestframework==3.15.2", "djangorestframework==3.15.2",
"drf_spectacular==0.27.2", "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.1",
@@ -46,7 +46,7 @@ dependencies = [
"jsonschema==4.23.0", "jsonschema==4.23.0",
"nested-multipart-parser==1.5.0", "nested-multipart-parser==1.5.0",
"psycopg[binary]==3.2.3", "psycopg[binary]==3.2.3",
"PyJWT==2.10.0", "PyJWT==2.10.1",
"joserfc==1.0.0", "joserfc==1.0.0",
"requests==2.32.3", "requests==2.32.3",
"sentry-sdk[django]==2.19.0", "sentry-sdk[django]==2.19.0",
@@ -63,19 +63,19 @@ dependencies = [
[project.optional-dependencies] [project.optional-dependencies]
dev = [ dev = [
"django-extensions==3.2.3", "django-extensions==3.2.3",
"drf-spectacular-sidecar==2024.11.1", "drf-spectacular-sidecar==2024.12.1",
"ipdb==0.13.13", "ipdb==0.13.13",
"ipython==8.29.0", "ipython==8.30.0",
"pyfakefs==5.7.1", "pyfakefs==5.7.2",
"pylint-django==2.6.1", "pylint-django==2.6.1",
"pylint==3.3.1", "pylint==3.3.2",
"pytest-cov==6.0.0", "pytest-cov==6.0.0",
"pytest-django==4.9.0", "pytest-django==4.9.0",
"pytest==8.3.3", "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.3", "responses==0.25.3",
"ruff==0.8.0", "ruff==0.8.1",
"types-requests==2.32.0.20241016", "types-requests==2.32.0.20241016",
"freezegun==1.5.1", "freezegun==1.5.1",
] ]