⬆️(dependencies) update python dependencies

This commit is contained in:
renovate[bot]
2024-03-11 11:18:14 +00:00
committed by aleb_the_flash
parent b416c57bbe
commit 421ef899da

View File

@@ -25,7 +25,7 @@ license = { file = "LICENSE" }
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"boto3==1.34.57",
"boto3==1.34.59",
"Brotli==1.1.0",
"celery[redis]==5.3.6",
"django-configurations==2.5",
@@ -46,7 +46,7 @@ dependencies = [
"psycopg[binary]==3.1.18",
"PyJWT==2.8.0",
"requests==2.31.0",
"sentry-sdk==1.40.6",
"sentry-sdk==1.41.0",
"url-normalize==1.4.3",
"whitenoise==6.6.0",
"mozilla-django-oidc==4.0.0",
@@ -69,12 +69,12 @@ dev = [
"pylint==3.1.0",
"pytest-cov==4.1.0",
"pytest-django==4.8.0",
"pytest==8.0.2",
"pytest==8.1.1",
"pytest-icdiff==0.9",
"pytest-xdist==3.5.0",
"responses==0.25.0",
"ruff==0.3.1",
"types-requests==2.31.0.20240218",
"ruff==0.3.2",
"types-requests==2.31.0.20240311",
]
[tool.setuptools]