⬆️(dependencies) update python dependencies

This commit is contained in:
renovate[bot]
2024-09-30 09:27:55 +00:00
committed by Marie
parent bb2279b6d5
commit dddc281778

View File

@@ -25,14 +25,14 @@ license = { file = "LICENSE" }
readme = "README.md" readme = "README.md"
requires-python = ">=3.10" requires-python = ">=3.10"
dependencies = [ dependencies = [
"boto3==1.35.20", "boto3==1.35.29",
"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",
"django-cors-headers==4.4.0", "django-cors-headers==4.4.0",
"django-countries==7.6.1", "django-countries==7.6.1",
"django-parler==2.3", "django-parler==2.3",
"redis==5.0.8", "redis==5.1.0",
"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",
@@ -45,7 +45,7 @@ dependencies = [
"gunicorn==23.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.2", "psycopg[binary]==3.2.3",
"PyJWT==2.9.0", "PyJWT==2.9.0",
"joserfc==1.0.0", "joserfc==1.0.0",
"requests==2.32.3", "requests==2.32.3",
@@ -69,14 +69,14 @@ dev = [
"ipython==8.27.0", "ipython==8.27.0",
"pyfakefs==5.6.0", "pyfakefs==5.6.0",
"pylint-django==2.5.5", "pylint-django==2.5.5",
"pylint==3.2.7", "pylint==3.3.1",
"pytest-cov==5.0.0", "pytest-cov==5.0.0",
"pytest-django==4.9.0", "pytest-django==4.9.0",
"pytest==8.3.3", "pytest==8.3.3",
"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.6.5", "ruff==0.6.8",
"types-requests==2.32.0.20240914", "types-requests==2.32.0.20240914",
"freezegun==1.5.1", "freezegun==1.5.1",
] ]