⬆️(dependencies) update python dependencies

This commit is contained in:
renovate[bot]
2024-09-02 19:59:08 +00:00
committed by Anthony LC
parent 7f25b05474
commit e927f2c004

View File

@@ -25,7 +25,7 @@ license = { file = "LICENSE" }
readme = "README.md" readme = "README.md"
requires-python = ">=3.10" requires-python = ">=3.10"
dependencies = [ dependencies = [
"boto3==1.35.0", "boto3==1.35.10",
"Brotli==1.1.0", "Brotli==1.1.0",
"celery[redis]==5.4.0", "celery[redis]==5.4.0",
"django-configurations==2.5.1", "django-configurations==2.5.1",
@@ -36,7 +36,7 @@ dependencies = [
"django-redis==5.4.0", "django-redis==5.4.0",
"django-storages[s3]==1.14.4", "django-storages[s3]==1.14.4",
"django-timezone-field>=5.1", "django-timezone-field>=5.1",
"django==5.0.8", "django==5.1",
"djangorestframework==3.15.2", "djangorestframework==3.15.2",
"drf_spectacular==0.27.2", "drf_spectacular==0.27.2",
"dockerflow==2024.4.2", "dockerflow==2024.4.2",
@@ -70,17 +70,17 @@ dev = [
"django-extensions==3.2.3", "django-extensions==3.2.3",
"drf-spectacular-sidecar==2024.7.1", "drf-spectacular-sidecar==2024.7.1",
"ipdb==0.13.13", "ipdb==0.13.13",
"ipython==8.26.0", "ipython==8.27.0",
"pyfakefs==5.6.0", "pyfakefs==5.6.0",
"pylint-django==2.5.5", "pylint-django==2.5.5",
"pylint==3.2.6", "pylint==3.2.7",
"pytest-cov==5.0.0", "pytest-cov==5.0.0",
"pytest-django==4.8.0", "pytest-django==4.9.0",
"pytest==8.3.2", "pytest==8.3.2",
"pytest-icdiff==0.9", "pytest-icdiff==0.9",
"pytest-xdist==3.6.1", "pytest-xdist==3.6.1",
"responses==0.25.3", "responses==0.25.3",
"ruff==0.6.1", "ruff==0.6.3",
"types-requests==2.32.0.20240712", "types-requests==2.32.0.20240712",
] ]