⬆️(dependencies) update python dependencies

This commit is contained in:
renovate[bot]
2025-03-17 10:42:34 +00:00
committed by Laurent Bossavit
parent 773f8cfb4b
commit f0258bbde7

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.10", "boto3==1.37.13",
"celery[redis]==5.4.0", "celery[redis]==5.4.0",
"django-celery-beat==2.7.0", "django-celery-beat==2.7.0",
"django-celery-results==2.5.1", "django-celery-results==2.5.1",
@@ -47,13 +47,13 @@ dependencies = [
"drf_spectacular[sidecar]==0.28.0", "drf_spectacular[sidecar]==0.28.0",
"easy_thumbnails==2.10", "easy_thumbnails==2.10",
"factory_boy==3.3.3", "factory_boy==3.3.3",
"flower==2.0.0", "flower==2.0.1",
"gunicorn==23.0.0", "gunicorn==23.0.0",
"joserfc==1.0.4", "joserfc==1.0.4",
"jsonschema==4.23.0", "jsonschema==4.23.0",
"mozilla-django-oidc==4.0.1", "mozilla-django-oidc==4.0.1",
"nested-multipart-parser==1.5.0", "nested-multipart-parser==1.5.0",
"psycopg[binary]==3.2.5", "psycopg[binary]==3.2.6",
"redis==5.2.1", "redis==5.2.1",
"requests==2.32.3", "requests==2.32.3",
"sentry-sdk[django]==2.22.0", "sentry-sdk[django]==2.22.0",
@@ -73,7 +73,7 @@ dev = [
"ipdb==0.13.13", "ipdb==0.13.13",
"ipython==9.0.2", "ipython==9.0.2",
"jq==1.8.0", "jq==1.8.0",
"pyfakefs==5.7.4", "pyfakefs==5.8.0",
"pylint-django==2.6.1", "pylint-django==2.6.1",
"pylint==3.3.5", "pylint==3.3.5",
"pytest-cov==6.0.0", "pytest-cov==6.0.0",
@@ -81,8 +81,8 @@ dev = [
"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.7",
"ruff==0.9.10", "ruff==0.11.0",
"types-requests==2.32.0.20250306", "types-requests==2.32.0.20250306",
"freezegun==1.5.1", "freezegun==1.5.1",
] ]