⬆️(dependencies) update python dependencies

This commit is contained in:
renovate[bot]
2024-04-02 08:54:36 +00:00
committed by aleb_the_flash
parent bf1450cfa7
commit e9a628f816

View File

@@ -25,12 +25,12 @@ license = { file = "LICENSE" }
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"boto3==1.34.69",
"boto3==1.34.75",
"Brotli==1.1.0",
"celery[redis]==5.3.6",
"django-configurations==2.5",
"django-configurations==2.5.1",
"django-cors-headers==4.3.1",
"django-countries==7.5.1",
"django-countries==7.6.1",
"django-parler==2.3",
"redis==5.0.3",
"django-redis==5.4.0",
@@ -38,7 +38,7 @@ dependencies = [
"django-timezone-field>=5.1",
"django==5.0.3",
"djangorestframework==3.15.1",
"drf_spectacular==0.27.1",
"drf_spectacular==0.27.2",
"dockerflow==2024.3.0",
"easy_thumbnails==2.8.5",
"factory_boy==3.3.0",
@@ -48,7 +48,7 @@ dependencies = [
"psycopg[binary]==3.1.18",
"PyJWT==2.8.0",
"requests==2.31.0",
"sentry-sdk==1.43.0",
"sentry-sdk==1.44.0",
"url-normalize==1.4.3",
"whitenoise==6.6.0",
"mozilla-django-oidc==4.0.1",
@@ -63,9 +63,9 @@ dependencies = [
[project.optional-dependencies]
dev = [
"django-extensions==3.2.3",
"drf-spectacular-sidecar==2024.3.4",
"drf-spectacular-sidecar==2024.4.1",
"ipdb==0.13.13",
"ipython==8.22.2",
"ipython==8.23.0",
"pyfakefs==5.3.5",
"pylint-django==2.5.5",
"pylint==3.1.0",
@@ -75,8 +75,8 @@ dev = [
"pytest-icdiff==0.9",
"pytest-xdist==3.5.0",
"responses==0.25.0",
"ruff==0.3.4",
"types-requests==2.31.0.20240311",
"ruff==0.3.5",
"types-requests==2.31.0.20240402",
"freezegun==1.4.0",
]