⬆️(dependencies) update python dependencies

This commit is contained in:
renovate[bot]
2024-06-27 15:45:54 +00:00
committed by Samuel Paccoud
parent 2ec292bb91
commit 928fed9ac7

View File

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