⬆️(dependencies) update python dependencies

This commit is contained in:
renovate[bot]
2024-04-15 01:40:43 +00:00
committed by aleb_the_flash
parent 2f1805b721
commit a1f9cf0854

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.79", "boto3==1.34.84",
"Brotli==1.1.0", "Brotli==1.1.0",
"celery[redis]==5.3.6", "celery[redis]==5.3.6",
"django-configurations==2.5.1", "django-configurations==2.5.1",
@@ -48,7 +48,7 @@ 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.44.1", "sentry-sdk==1.45.0",
"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,7 +66,7 @@ dev = [
"drf-spectacular-sidecar==2024.4.1", "drf-spectacular-sidecar==2024.4.1",
"ipdb==0.13.13", "ipdb==0.13.13",
"ipython==8.23.0", "ipython==8.23.0",
"pyfakefs==5.4.0", "pyfakefs==5.4.1",
"pylint-django==2.5.5", "pylint-django==2.5.5",
"pylint==3.1.0", "pylint==3.1.0",
"pytest-cov==5.0.0", "pytest-cov==5.0.0",
@@ -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.5", "ruff==0.3.7",
"types-requests==2.31.0.20240406", "types-requests==2.31.0.20240406",
"freezegun==1.4.0", "freezegun==1.4.0",
] ]