⬆️(dependencies) update python dependencies

This commit is contained in:
renovate[bot]
2024-08-19 15:21:43 +00:00
committed by Anthony LC
parent 07d9e290fa
commit 2af88c5a4d

View File

@@ -25,38 +25,38 @@ license = { file = "LICENSE" }
readme = "README.md" readme = "README.md"
requires-python = ">=3.10" requires-python = ">=3.10"
dependencies = [ dependencies = [
"boto3==1.33.6", "boto3==1.35.0",
"Brotli==1.1.0", "Brotli==1.1.0",
"celery[redis]==5.3.6", "celery[redis]==5.4.0",
"django-configurations==2.5", "django-configurations==2.5.1",
"django-cors-headers==4.3.1", "django-cors-headers==4.4.0",
"django-countries==7.5.1", "django-countries==7.6.1",
"django-parler==2.3", "django-parler==2.3",
"redis==5.0.3", "redis==5.0.8",
"django-redis==5.4.0", "django-redis==5.4.0",
"django-storages[s3]==1.14.2", "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.26.5", "drf_spectacular==0.27.2",
"dockerflow==2022.8.0", "dockerflow==2024.4.2",
"easy_thumbnails==2.8.5", "easy_thumbnails==2.9",
"factory_boy==3.3.0", "factory_boy==3.3.1",
"freezegun==1.5.0", "freezegun==1.5.1",
"gunicorn==22.0.0", "gunicorn==23.0.0",
"jsonschema==4.20.0", "jsonschema==4.23.0",
"markdown==3.5.1", "markdown==3.7",
"nested-multipart-parser==1.5.0", "nested-multipart-parser==1.5.0",
"psycopg[binary]==3.1.14", "psycopg[binary]==3.2.1",
"PyJWT==2.8.0", "PyJWT==2.9.0",
"pypandoc==1.13", "pypandoc==1.13",
"python-frontmatter==1.0.1", "python-frontmatter==1.1.0",
"requests==2.32.2", "requests==2.32.3",
"sentry-sdk==2.8.0", "sentry-sdk==2.13.0",
"url-normalize==1.4.3", "url-normalize==1.4.3",
"WeasyPrint>=60.2", "WeasyPrint>=60.2",
"whitenoise==6.6.0", "whitenoise==6.7.0",
"mozilla-django-oidc==4.0.0", "mozilla-django-oidc==4.0.1",
] ]
[project.urls] [project.urls]
@@ -68,20 +68,20 @@ dependencies = [
[project.optional-dependencies] [project.optional-dependencies]
dev = [ dev = [
"django-extensions==3.2.3", "django-extensions==3.2.3",
"drf-spectacular-sidecar==2023.12.1", "drf-spectacular-sidecar==2024.7.1",
"ipdb==0.13.13", "ipdb==0.13.13",
"ipython==8.18.1", "ipython==8.26.0",
"pyfakefs==5.3.2", "pyfakefs==5.6.0",
"pylint-django==2.5.5", "pylint-django==2.5.5",
"pylint==3.0.3", "pylint==3.2.6",
"pytest-cov==4.1.0", "pytest-cov==5.0.0",
"pytest-django==4.7.0", "pytest-django==4.8.0",
"pytest==7.4.3", "pytest==8.3.2",
"pytest-icdiff==0.8", "pytest-icdiff==0.9",
"pytest-xdist==3.5.0", "pytest-xdist==3.6.1",
"responses==0.24.1", "responses==0.25.3",
"ruff==0.1.6", "ruff==0.6.1",
"types-requests==2.31.0.10", "types-requests==2.32.0.20240712",
] ]
[tool.setuptools] [tool.setuptools]