⬆️(dependencies) update python dependencies

This commit is contained in:
renovate[bot]
2024-11-18 01:29:55 +00:00
committed by Marie
parent 90a3e26c7f
commit 28a972e19e

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.60", "boto3==1.35.63",
"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,7 +46,7 @@ dependencies = [
"jsonschema==4.23.0", "jsonschema==4.23.0",
"nested-multipart-parser==1.5.0", "nested-multipart-parser==1.5.0",
"psycopg[binary]==3.2.3", "psycopg[binary]==3.2.3",
"PyJWT==2.9.0", "PyJWT==2.10.0",
"joserfc==1.0.0", "joserfc==1.0.0",
"requests==2.32.3", "requests==2.32.3",
"sentry-sdk[django]==2.18.0", "sentry-sdk[django]==2.18.0",
@@ -75,7 +75,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.7.3", "ruff==0.7.4",
"types-requests==2.32.0.20241016", "types-requests==2.32.0.20241016",
"freezegun==1.5.1", "freezegun==1.5.1",
] ]