⬆️(dependencies) update python dependencies

This commit is contained in:
renovate[bot]
2024-08-28 09:18:01 +00:00
committed by Marie
parent 93681b0030
commit e4dd3395bb

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.34.153", "boto3==1.35.7",
"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",
@@ -36,19 +36,19 @@ dependencies = [
"django-redis==5.4.0", "django-redis==5.4.0",
"django-storages==1.14.4", "django-storages==1.14.4",
"django-timezone-field>=5.1", "django-timezone-field>=5.1",
"django==5.0.8", "django==5.1",
"djangorestframework==3.15.2", "djangorestframework==3.15.2",
"drf_spectacular==0.27.2", "drf_spectacular==0.27.2",
"dockerflow==2024.4.2", "dockerflow==2024.4.2",
"easy_thumbnails==2.9", "easy_thumbnails==2.9",
"factory_boy==3.3.0", "factory_boy==3.3.1",
"gunicorn==22.0.0", "gunicorn==23.0.0",
"jsonschema==4.23.0", "jsonschema==4.23.0",
"nested-multipart-parser==1.5.0", "nested-multipart-parser==1.5.0",
"psycopg[binary]==3.2.1", "psycopg[binary]==3.2.1",
"PyJWT==2.9.0", "PyJWT==2.9.0",
"requests==2.32.3", "requests==2.32.3",
"sentry-sdk==2.12.0", "sentry-sdk==2.13.0",
"url-normalize==1.4.3", "url-normalize==1.4.3",
"whitenoise==6.7.0", "whitenoise==6.7.0",
"mozilla-django-oidc==4.0.1", "mozilla-django-oidc==4.0.1",
@@ -75,7 +75,7 @@ dev = [
"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.5.6", "ruff==0.6.2",
"types-requests==2.32.0.20240712", "types-requests==2.32.0.20240712",
"freezegun==1.5.1", "freezegun==1.5.1",
] ]