⬆️(dependencies) update python dependencies

This commit is contained in:
renovate[bot]
2025-06-28 10:53:53 +00:00
committed by Manuel Raynaud
parent dfdfe83db5
commit 8f7ac12ea1

View File

@@ -26,7 +26,7 @@ readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"beautifulsoup4==4.13.4",
"boto3==1.38.36",
"boto3==1.38.46",
"Brotli==1.1.0",
"celery[redis]==5.5.3",
"django-configurations==2.5.1",
@@ -34,9 +34,9 @@ dependencies = [
"django-countries==7.6.1",
"django-csp==4.0",
"django-filter==25.1",
"django-lasuite[all]==0.0.9",
"django-lasuite[all]==0.0.10",
"django-parler==2.3",
"django-redis==5.4.0",
"django-redis==6.0.0",
"django-storages[s3]==1.14.6",
"django-timezone-field>=5.1",
"django==5.2.3",
@@ -48,18 +48,18 @@ dependencies = [
"factory_boy==3.3.3",
"gunicorn==23.0.0",
"jsonschema==4.24.0",
"lxml==5.4.0",
"markdown==3.8",
"lxml==6.0.0",
"markdown==3.8.2",
"mozilla-django-oidc==4.0.1",
"nested-multipart-parser==1.5.0",
"openai==1.86.0",
"openai==1.93.0",
"psycopg[binary]==3.2.9",
"pycrdt==0.12.21",
"pycrdt==0.12.23",
"PyJWT==2.10.1",
"python-magic==0.4.27",
"redis<6.0.0",
"requests==2.32.4",
"sentry-sdk==2.30.0",
"sentry-sdk==2.32.0",
"whitenoise==6.9.0",
]
@@ -77,16 +77,16 @@ dev = [
"freezegun==1.5.2",
"ipdb==0.13.13",
"ipython==9.3.0",
"pyfakefs==5.8.0",
"pyfakefs==5.9.1",
"pylint-django==2.6.1",
"pylint==3.3.7",
"pytest-cov==6.2.1",
"pytest-django==4.11.1",
"pytest==8.4.0",
"pytest==8.4.1",
"pytest-icdiff==0.9",
"pytest-xdist==3.7.0",
"responses==0.25.7",
"ruff==0.11.13",
"ruff==0.12.1",
"types-requests==2.32.4.20250611",
]