⬆️(dependencies) manually upgrade python dependencies

Renovate seems to be in a weird place dealing with conflicting versions.
This PR handles the non-problematic upgrades
This commit is contained in:
Marie PUPO JEAMMET
2025-05-16 17:03:16 +02:00
committed by Marie
parent be1513e106
commit c7eb86eaa9

View File

@@ -27,14 +27,14 @@ requires-python = ">=3.11"
dependencies = [ dependencies = [
"Brotli==1.1.0", "Brotli==1.1.0",
"PyJWT==2.10.1", "PyJWT==2.10.1",
"boto3==1.38.5", "boto3==1.38.17",
"celery[redis]==5.5.2", "celery[redis]==5.5.2",
"django-celery-beat==2.8.0", "django-celery-beat==2.8.1",
"django-celery-results==2.6.0", "django-celery-results==2.6.0",
"django-configurations==2.5.1", "django-configurations==2.5.1",
"django-cors-headers==4.7.0", "django-cors-headers==4.7.0",
"django-countries==7.6.1", "django-countries==7.6.1",
"django-lasuite==0.0.7", "django-lasuite==0.0.8",
"django-oauth-toolkit==3.0.1", "django-oauth-toolkit==3.0.1",
"django-parler==2.3", "django-parler==2.3",
"django-redis==5.4.0", "django-redis==5.4.0",
@@ -55,10 +55,10 @@ dependencies = [
"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.6", "psycopg[binary]==3.2.9",
"redis==5.2.1", "redis==5.2.1",
"requests==2.32.3", "requests==2.32.3",
"sentry-sdk[django]==2.27.0", "sentry-sdk[django]==2.28.0",
"whitenoise==6.9.0", "whitenoise==6.9.0",
] ]
@@ -71,21 +71,21 @@ dependencies = [
[project.optional-dependencies] [project.optional-dependencies]
dev = [ dev = [
"django-extensions==4.1", "django-extensions==4.1",
"drf-spectacular-sidecar==2025.4.1", "drf-spectacular-sidecar==2025.5.1",
"ipdb==0.13.13", "ipdb==0.13.13",
"ipython==9.2.0", "ipython==9.2.0",
"jq==1.8.0", "jq==1.8.0",
"pyfakefs==5.8.0", "pyfakefs==5.8.0",
"pylint-django==2.6.1", "pylint-django==2.6.1",
"pylint==3.3.6", "pylint==3.3.7",
"pytest-cov==6.1.1", "pytest-cov==6.1.1",
"pytest-django==4.11.1", "pytest-django==4.11.1",
"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.7", "responses==0.25.7",
"ruff==0.11.7", "ruff==0.11.10",
"types-requests==2.32.0.20250328", "types-requests==2.32.0.20250515",
"freezegun==1.5.1", "freezegun==1.5.1",
] ]