⬆️(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.13",
|
"boto3==1.38.18",
|
||||||
"Brotli==1.1.0",
|
"Brotli==1.1.0",
|
||||||
"celery[redis]==5.5.2",
|
"celery[redis]==5.5.2",
|
||||||
"django-configurations==2.5.1",
|
"django-configurations==2.5.1",
|
||||||
@@ -51,9 +51,9 @@ 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.78.1",
|
"openai==1.79.0",
|
||||||
"psycopg[binary]==3.2.8",
|
"psycopg[binary]==3.2.9",
|
||||||
"pycrdt==0.12.15",
|
"pycrdt==0.12.19",
|
||||||
"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",
|
||||||
@@ -85,8 +85,8 @@ dev = [
|
|||||||
"pytest-icdiff==0.9",
|
"pytest-icdiff==0.9",
|
||||||
"pytest-xdist==3.6.1",
|
"pytest-xdist==3.6.1",
|
||||||
"responses==0.25.7",
|
"responses==0.25.7",
|
||||||
"ruff==0.11.9",
|
"ruff==0.11.10",
|
||||||
"types-requests==2.32.0.20250328",
|
"types-requests==2.32.0.20250515",
|
||||||
]
|
]
|
||||||
|
|
||||||
[tool.setuptools]
|
[tool.setuptools]
|
||||||
|
|||||||
Reference in New Issue
Block a user