⬆️(dependencies) update python dependencies

This commit is contained in:
renovate[bot]
2024-08-05 00:15:38 +00:00
committed by aleb_the_flash
parent 63c6f5a8a1
commit 1b8b91a44d

View File

@@ -25,14 +25,14 @@ license = { file = "LICENSE" }
readme = "README.md" readme = "README.md"
requires-python = ">=3.10" requires-python = ">=3.10"
dependencies = [ dependencies = [
"boto3==1.34.150", "boto3==1.34.153",
"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",
"django-cors-headers==4.4.0", "django-cors-headers==4.4.0",
"django-countries==7.6.1", "django-countries==7.6.1",
"django-parler==2.3", "django-parler==2.3",
"redis==5.0.7", "redis==5.0.8",
"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",
@@ -48,10 +48,10 @@ dependencies = [
"markdown==3.6", "markdown==3.6",
"nested-multipart-parser==1.5.0", "nested-multipart-parser==1.5.0",
"psycopg[binary]==3.2.1", "psycopg[binary]==3.2.1",
"PyJWT==2.8.0", "PyJWT==2.9.0",
"python-frontmatter==1.1.0", "python-frontmatter==1.1.0",
"requests==2.32.3", "requests==2.32.3",
"sentry-sdk==2.11.0", "sentry-sdk==2.12.0",
"url-normalize==1.4.3", "url-normalize==1.4.3",
"WeasyPrint>=60.2", "WeasyPrint>=60.2",
"whitenoise==6.7.0", "whitenoise==6.7.0",
@@ -80,7 +80,7 @@ dev = [
"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.5.5", "ruff==0.5.6",
"types-requests==2.32.0.20240712", "types-requests==2.32.0.20240712",
] ]