⬆️(dependencies) update python dependencies
This commit is contained in:
@@ -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.33",
|
"boto3==1.38.36",
|
||||||
"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,14 +51,14 @@ 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.85.0",
|
"openai==1.86.0",
|
||||||
"psycopg[binary]==3.2.9",
|
"psycopg[binary]==3.2.9",
|
||||||
"pycrdt==0.12.20",
|
"pycrdt==0.12.21",
|
||||||
"PyJWT==2.10.1",
|
"PyJWT==2.10.1",
|
||||||
"python-magic==0.4.27",
|
"python-magic==0.4.27",
|
||||||
"redis<6.0.0",
|
"redis<6.0.0",
|
||||||
"requests==2.32.4",
|
"requests==2.32.4",
|
||||||
"sentry-sdk==2.29.1",
|
"sentry-sdk==2.30.0",
|
||||||
"whitenoise==6.9.0",
|
"whitenoise==6.9.0",
|
||||||
]
|
]
|
||||||
|
|
||||||
@@ -79,14 +79,14 @@ dev = [
|
|||||||
"pyfakefs==5.8.0",
|
"pyfakefs==5.8.0",
|
||||||
"pylint-django==2.6.1",
|
"pylint-django==2.6.1",
|
||||||
"pylint==3.3.7",
|
"pylint==3.3.7",
|
||||||
"pytest-cov==6.1.1",
|
"pytest-cov==6.2.1",
|
||||||
"pytest-django==4.11.1",
|
"pytest-django==4.11.1",
|
||||||
"pytest==8.4.0",
|
"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.13",
|
"ruff==0.11.13",
|
||||||
"types-requests==2.32.0.20250602",
|
"types-requests==2.32.4.20250611",
|
||||||
]
|
]
|
||||||
|
|
||||||
[tool.setuptools]
|
[tool.setuptools]
|
||||||
|
|||||||
Reference in New Issue
Block a user