⬆️(dependencies) update python dependencies

This commit is contained in:
renovate[bot]
2024-06-14 20:13:04 +00:00
committed by aleb_the_flash
parent b4bafb6efb
commit 35a897fa60

View File

@@ -25,14 +25,14 @@ license = { file = "LICENSE" }
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"boto3==1.34.117",
"boto3==1.34.127",
"Brotli==1.1.0",
"celery[redis]==5.4.0",
"django-configurations==2.5.1",
"django-cors-headers==4.3.1",
"django-countries==7.6.1",
"django-parler==2.3",
"redis==5.0.4",
"redis==5.0.6",
"django-redis==5.4.0",
"django-storages==1.14.3",
"django-timezone-field>=5.1",
@@ -48,7 +48,7 @@ dependencies = [
"psycopg[binary]==3.1.19",
"PyJWT==2.8.0",
"requests==2.31.0",
"sentry-sdk==2.3.1",
"sentry-sdk==2.5.1",
"url-normalize==1.4.3",
"whitenoise==6.6.0",
"mozilla-django-oidc==4.0.1",
@@ -68,14 +68,14 @@ dev = [
"ipython==8.25.0",
"pyfakefs==5.5.0",
"pylint-django==2.5.5",
"pylint==3.2.2",
"pylint==3.2.3",
"pytest-cov==5.0.0",
"pytest-django==4.8.0",
"pytest==8.2.1",
"pytest==8.2.2",
"pytest-icdiff==0.9",
"pytest-xdist==3.6.1",
"responses==0.25.0",
"ruff==0.4.7",
"responses==0.25.3",
"ruff==0.4.9",
"types-requests==2.32.0.20240602",
"freezegun==1.5.1",
]