⬆️(dependencies) update python dependencies

This commit is contained in:
renovate[bot]
2025-03-11 10:49:11 +00:00
committed by Laurent Bossavit
parent ebc2b02d22
commit 305e2438c5

View File

@@ -27,7 +27,7 @@ requires-python = ">=3.11"
dependencies = [ dependencies = [
"Brotli==1.1.0", "Brotli==1.1.0",
"PyJWT==2.10.1", "PyJWT==2.10.1",
"boto3==1.37.4", "boto3==1.37.10",
"celery[redis]==5.4.0", "celery[redis]==5.4.0",
"django-configurations==2.5.1", "django-configurations==2.5.1",
"django-cors-headers==4.7.0", "django-cors-headers==4.7.0",
@@ -68,19 +68,19 @@ dev = [
"django-extensions==3.2.3", "django-extensions==3.2.3",
"drf-spectacular-sidecar==2025.3.1", "drf-spectacular-sidecar==2025.3.1",
"ipdb==0.13.13", "ipdb==0.13.13",
"ipython==9.0.1", "ipython==9.0.2",
"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.4", "pylint==3.3.5",
"pytest-cov==6.0.0", "pytest-cov==6.0.0",
"pytest-django==4.10.0", "pytest-django==4.10.0",
"pytest==8.3.5", "pytest==8.3.5",
"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.9", "ruff==0.9.10",
"types-requests==2.32.0.20250301", "types-requests==2.32.0.20250306",
"freezegun==1.5.1", "freezegun==1.5.1",
] ]