⬆️(dependencies) update python dependencies

This commit is contained in:
renovate[bot]
2024-03-21 11:14:44 +00:00
committed by Marie
parent 7ef67037c3
commit 2d0fb0ef70

View File

@@ -25,19 +25,19 @@ license = { file = "LICENSE" }
readme = "README.md" readme = "README.md"
requires-python = ">=3.10" requires-python = ">=3.10"
dependencies = [ dependencies = [
"boto3==1.34.59", "boto3==1.34.67",
"Brotli==1.1.0", "Brotli==1.1.0",
"celery[redis]==5.3.6", "celery[redis]==5.3.6",
"django-configurations==2.5", "django-configurations==2.5",
"django-cors-headers==4.3.1", "django-cors-headers==4.3.1",
"django-countries==7.5.1", "django-countries==7.5.1",
"django-parler==2.3", "django-parler==2.3",
"redis==4.6.0", "redis==5.0.3",
"django-redis==5.3.0", "django-redis==5.4.0",
"django-storages==1.14.2", "django-storages==1.14.2",
"django-timezone-field>=5.1", "django-timezone-field>=5.1",
"django==5.0.3", "django==5.0.3",
"djangorestframework==3.14.0", "djangorestframework==3.15.0",
"drf_spectacular==0.27.1", "drf_spectacular==0.27.1",
"dockerflow==2024.3.0", "dockerflow==2024.3.0",
"easy_thumbnails==2.8.5", "easy_thumbnails==2.8.5",
@@ -48,10 +48,10 @@ dependencies = [
"psycopg[binary]==3.1.18", "psycopg[binary]==3.1.18",
"PyJWT==2.8.0", "PyJWT==2.8.0",
"requests==2.31.0", "requests==2.31.0",
"sentry-sdk==1.41.0", "sentry-sdk==1.43.0",
"url-normalize==1.4.3", "url-normalize==1.4.3",
"whitenoise==6.6.0", "whitenoise==6.6.0",
"mozilla-django-oidc==4.0.0", "mozilla-django-oidc==4.0.1",
] ]
[project.urls] [project.urls]
@@ -75,7 +75,7 @@ dev = [
"pytest-icdiff==0.9", "pytest-icdiff==0.9",
"pytest-xdist==3.5.0", "pytest-xdist==3.5.0",
"responses==0.25.0", "responses==0.25.0",
"ruff==0.3.2", "ruff==0.3.3",
"types-requests==2.31.0.20240311", "types-requests==2.31.0.20240311",
"freezegun==1.4.0", "freezegun==1.4.0",
] ]