⬆️(dependencies) update python dependencies

This commit is contained in:
renovate[bot]
2024-10-21 01:00:00 +00:00
committed by Anthony LC
parent e35671c450
commit 305359ae15

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.41", "boto3==1.35.44",
"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",
@@ -46,14 +46,14 @@ dependencies = [
"jsonschema==4.23.0", "jsonschema==4.23.0",
"markdown==3.7", "markdown==3.7",
"nested-multipart-parser==1.5.0", "nested-multipart-parser==1.5.0",
"openai==1.44.1", "openai==1.52.0",
"psycopg[binary]==3.2.3", "psycopg[binary]==3.2.3",
"PyJWT==2.9.0", "PyJWT==2.9.0",
"pypandoc==1.14", "pypandoc==1.14",
"python-frontmatter==1.1.0", "python-frontmatter==1.1.0",
"python-magic==0.4.27", "python-magic==0.4.27",
"requests==2.32.3", "requests==2.32.3",
"sentry-sdk==2.16.0", "sentry-sdk==2.17.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",
@@ -82,7 +82,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.6.9", "ruff==0.7.0",
"types-requests==2.32.0.20241016", "types-requests==2.32.0.20241016",
] ]