⬆️(dependencies) update python dependencies

This commit is contained in:
renovate[bot]
2024-02-05 12:18:20 +00:00
committed by aleb_the_flash
parent 21550fe01d
commit 6a0ed04b0d

View File

@@ -25,7 +25,7 @@ license = { file = "LICENSE" }
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"boto3==1.34.29",
"boto3==1.34.34",
"Brotli==1.1.0",
"celery[redis]==5.3.6",
"django-configurations==2.5",
@@ -44,10 +44,10 @@ dependencies = [
"gunicorn==21.2.0",
"jsonschema==4.21.1",
"nested-multipart-parser==1.5.0",
"psycopg[binary]==3.1.17",
"psycopg[binary]==3.1.18",
"PyJWT==2.8.0",
"requests==2.31.0",
"sentry-sdk==1.39.2",
"sentry-sdk==1.40.0",
"url-normalize==1.4.3",
"whitenoise==6.6.0",
]
@@ -61,19 +61,19 @@ dependencies = [
[project.optional-dependencies]
dev = [
"django-extensions==3.2.3",
"drf-spectacular-sidecar==2024.1.1",
"drf-spectacular-sidecar==2024.2.1",
"ipdb==0.13.13",
"ipython==8.20.0",
"pyfakefs==5.3.4",
"ipython==8.21.0",
"pyfakefs==5.3.5",
"pylint-django==2.5.5",
"pylint==3.0.3",
"pytest-cov==4.1.0",
"pytest-django==4.7.0",
"pytest-django==4.8.0",
"pytest==8.0.0",
"pytest-icdiff==0.9",
"pytest-xdist==3.5.0",
"responses==0.24.1",
"ruff==0.1.14",
"ruff==0.2.0",
"types-requests==2.31.0.20240125",
]