⬆️(dependencies) update python dependencies

This commit is contained in:
renovate[bot]
2024-07-21 22:14:39 +00:00
committed by Marie
parent 4f173c65d5
commit 953eefcb66

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.134", "boto3==1.34.145",
"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",
@@ -34,7 +34,7 @@ dependencies = [
"django-parler==2.3", "django-parler==2.3",
"redis==5.0.7", "redis==5.0.7",
"django-redis==5.4.0", "django-redis==5.4.0",
"django-storages==1.14.3", "django-storages==1.14.4",
"django-timezone-field>=5.1", "django-timezone-field>=5.1",
"django==5.0.7", "django==5.0.7",
"djangorestframework==3.15.2", "djangorestframework==3.15.2",
@@ -43,12 +43,12 @@ dependencies = [
"easy_thumbnails==2.8.5", "easy_thumbnails==2.8.5",
"factory_boy==3.3.0", "factory_boy==3.3.0",
"gunicorn==22.0.0", "gunicorn==22.0.0",
"jsonschema==4.22.0", "jsonschema==4.23.0",
"nested-multipart-parser==1.5.0", "nested-multipart-parser==1.5.0",
"psycopg[binary]==3.1.19", "psycopg[binary]==3.2.1",
"PyJWT==2.8.0", "PyJWT==2.8.0",
"requests==2.32.2", "requests==2.32.3",
"sentry-sdk==2.8.0", "sentry-sdk==2.10.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",
@@ -63,20 +63,20 @@ dependencies = [
[project.optional-dependencies] [project.optional-dependencies]
dev = [ dev = [
"django-extensions==3.2.3", "django-extensions==3.2.3",
"drf-spectacular-sidecar==2024.6.1", "drf-spectacular-sidecar==2024.7.1",
"ipdb==0.13.13", "ipdb==0.13.13",
"ipython==8.25.0", "ipython==8.26.0",
"pyfakefs==5.5.0", "pyfakefs==5.6.0",
"pylint-django==2.5.5", "pylint-django==2.5.5",
"pylint==3.2.4", "pylint==3.2.6",
"pytest-cov==5.0.0", "pytest-cov==5.0.0",
"pytest-django==4.8.0", "pytest-django==4.8.0",
"pytest==8.2.2", "pytest==8.3.1",
"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.0", "ruff==0.5.4",
"types-requests==2.32.0.20240622", "types-requests==2.32.0.20240712",
"freezegun==1.5.1", "freezegun==1.5.1",
] ]