⬆️(dependencies) update python dependencies

This commit is contained in:
renovate[bot]
2025-06-10 07:58:32 +00:00
committed by GitHub
parent f8cff43dac
commit ce329142dc

View File

@@ -26,7 +26,7 @@ readme = "README.md"
requires-python = ">=3.12" requires-python = ">=3.12"
dependencies = [ dependencies = [
"beautifulsoup4==4.13.4", "beautifulsoup4==4.13.4",
"boto3==1.38.27", "boto3==1.38.33",
"Brotli==1.1.0", "Brotli==1.1.0",
"celery[redis]==5.5.3", "celery[redis]==5.5.3",
"django-configurations==2.5.1", "django-configurations==2.5.1",
@@ -51,7 +51,7 @@ dependencies = [
"markdown==3.8", "markdown==3.8",
"mozilla-django-oidc==4.0.1", "mozilla-django-oidc==4.0.1",
"nested-multipart-parser==1.5.0", "nested-multipart-parser==1.5.0",
"openai==1.82.1", "openai==1.85.0",
"psycopg[binary]==3.2.9", "psycopg[binary]==3.2.9",
"pycrdt==0.12.20", "pycrdt==0.12.20",
"PyJWT==2.10.1", "PyJWT==2.10.1",
@@ -81,11 +81,11 @@ dev = [
"pylint==3.3.7", "pylint==3.3.7",
"pytest-cov==6.1.1", "pytest-cov==6.1.1",
"pytest-django==4.11.1", "pytest-django==4.11.1",
"pytest==8.3.5", "pytest==8.4.0",
"pytest-icdiff==0.9", "pytest-icdiff==0.9",
"pytest-xdist==3.7.0", "pytest-xdist==3.7.0",
"responses==0.25.7", "responses==0.25.7",
"ruff==0.11.12", "ruff==0.11.13",
"types-requests==2.32.0.20250602", "types-requests==2.32.0.20250602",
] ]