⬆️(dependencies) update python dependencies

This commit is contained in:
renovate[bot]
2024-05-31 10:15:57 +00:00
committed by aleb_the_flash
parent 087bbf74f6
commit 04717fd629

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.101", "boto3==1.34.116",
"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",
@@ -45,10 +45,10 @@ dependencies = [
"gunicorn==22.0.0", "gunicorn==22.0.0",
"jsonschema==4.22.0", "jsonschema==4.22.0",
"nested-multipart-parser==1.5.0", "nested-multipart-parser==1.5.0",
"psycopg[binary]==3.1.18", "psycopg[binary]==3.1.19",
"PyJWT==2.8.0", "PyJWT==2.8.0",
"requests==2.31.0", "requests==2.31.0",
"sentry-sdk==2.1.1", "sentry-sdk==2.3.1",
"url-normalize==1.4.3", "url-normalize==1.4.3",
"whitenoise==6.6.0", "whitenoise==6.6.0",
"mozilla-django-oidc==4.0.1", "mozilla-django-oidc==4.0.1",
@@ -66,18 +66,18 @@ dev = [
"drf-spectacular-sidecar==2024.5.1", "drf-spectacular-sidecar==2024.5.1",
"ipdb==0.13.13", "ipdb==0.13.13",
"ipython==8.24.0", "ipython==8.24.0",
"pyfakefs==5.4.1", "pyfakefs==5.5.0",
"pylint-django==2.5.5", "pylint-django==2.5.5",
"pylint==3.1.0", "pylint==3.2.2",
"pytest-cov==5.0.0", "pytest-cov==5.0.0",
"pytest-django==4.8.0", "pytest-django==4.8.0",
"pytest==8.2.0", "pytest==8.2.1",
"pytest-icdiff==0.9", "pytest-icdiff==0.9",
"pytest-xdist==3.6.1", "pytest-xdist==3.6.1",
"responses==0.25.0", "responses==0.25.0",
"ruff==0.4.4", "ruff==0.4.6",
"types-requests==2.31.0.20240406", "types-requests==2.32.0.20240523",
"freezegun==1.5.0", "freezegun==1.5.1",
] ]
[tool.setuptools] [tool.setuptools]