⬆️(dependencies) update python dependencies

This commit is contained in:
renovate[bot]
2024-03-06 23:27:52 +00:00
committed by aleb_the_flash
parent b010a7b5a7
commit dad81c8d73

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.34.51", "boto3==1.34.57",
"Brotli==1.1.0", "Brotli==1.1.0",
"celery[redis]==5.3.6", "celery[redis]==5.3.6",
"django-configurations==2.5", "django-configurations==2.5",
@@ -34,10 +34,10 @@ dependencies = [
"django-parler==2.3", "django-parler==2.3",
"django-storages==1.14.2", "django-storages==1.14.2",
"django-timezone-field>=5.1", "django-timezone-field>=5.1",
"django==5.0.2", "django==5.0.3",
"djangorestframework==3.14.0", "djangorestframework==3.14.0",
"drf_spectacular==0.27.1", "drf_spectacular==0.27.1",
"dockerflow==2024.2.0", "dockerflow==2024.3.0",
"easy_thumbnails==2.8.5", "easy_thumbnails==2.8.5",
"factory_boy==3.3.0", "factory_boy==3.3.0",
"gunicorn==21.2.0", "gunicorn==21.2.0",
@@ -61,9 +61,9 @@ dependencies = [
[project.optional-dependencies] [project.optional-dependencies]
dev = [ dev = [
"django-extensions==3.2.3", "django-extensions==3.2.3",
"drf-spectacular-sidecar==2024.2.1", "drf-spectacular-sidecar==2024.3.4",
"ipdb==0.13.13", "ipdb==0.13.13",
"ipython==8.22.1", "ipython==8.22.2",
"pyfakefs==5.3.5", "pyfakefs==5.3.5",
"pylint-django==2.5.5", "pylint-django==2.5.5",
"pylint==3.1.0", "pylint==3.1.0",
@@ -73,7 +73,7 @@ dev = [
"pytest-icdiff==0.9", "pytest-icdiff==0.9",
"pytest-xdist==3.5.0", "pytest-xdist==3.5.0",
"responses==0.25.0", "responses==0.25.0",
"ruff==0.2.2", "ruff==0.3.1",
"types-requests==2.31.0.20240218", "types-requests==2.31.0.20240218",
] ]