Features: 1) Bumped aiofiles to v25.1.0; 2) Updated aiogram to v3.23.0; 3) Upgraded aiohttp to v3.13.2; 4) Advanced anyio to v4.12.0; 5) Updated atpublic to v7.0.0; 6) Incremented beautifulsoup4 to v4.14.3; 7) Upgraded billiard to v4.2.4;
Fixes: 1) Removed obsolete dependency `alabaster`; 2) Adjusted `anyio` dependencies for updated compatibility; Extra: None;
This commit is contained in:
parent
88abb002f1
commit
f106013ad2
2 changed files with 389 additions and 490 deletions
|
|
@ -6,13 +6,13 @@ authors = [{ name = "fureunoir", email = "contact@fureunoir.com" }]
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
requires-python = ">=3.12,<=3.13"
|
requires-python = ">=3.12,<=3.13"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"aiogram==3.22.0",
|
"aiogram==3.23.0",
|
||||||
"aiosmtpd==1.4.6",
|
"aiosmtpd==1.4.6",
|
||||||
"channels==4.3.1",
|
"channels==4.3.1",
|
||||||
"channels-redis>=4.3.0",
|
"channels-redis>=4.3.0",
|
||||||
"colorlog==6.10.1",
|
"colorlog==6.10.1",
|
||||||
"coverage==7.11.3",
|
"coverage==7.13.0",
|
||||||
"click==8.3.0",
|
"click==8.3.1",
|
||||||
"cryptography==46.0.3",
|
"cryptography==46.0.3",
|
||||||
"django==5.2.8",
|
"django==5.2.8",
|
||||||
"django-cacheops==7.2",
|
"django-cacheops==7.2",
|
||||||
|
|
@ -46,7 +46,7 @@ dependencies = [
|
||||||
"djangorestframework-xml==2.0.0",
|
"djangorestframework-xml==2.0.0",
|
||||||
"djangorestframework-yaml==2.0.0",
|
"djangorestframework-yaml==2.0.0",
|
||||||
"djangoql>=0.18.1",
|
"djangoql>=0.18.1",
|
||||||
"docutils>=0.21.2",
|
"docutils>=0.22.3",
|
||||||
"drf-spectacular[sidecar]==0.29.0",
|
"drf-spectacular[sidecar]==0.29.0",
|
||||||
"drf-spectacular-websocket>=1.3.1",
|
"drf-spectacular-websocket>=1.3.1",
|
||||||
"elasticsearch-dsl==8.18.0",
|
"elasticsearch-dsl==8.18.0",
|
||||||
|
|
@ -61,15 +61,15 @@ dependencies = [
|
||||||
"pip>=25.3",
|
"pip>=25.3",
|
||||||
"polib==1.2.0",
|
"polib==1.2.0",
|
||||||
"PyJWT==2.10.1",
|
"PyJWT==2.10.1",
|
||||||
"pytest==9.0.1",
|
"pytest==9.0.2",
|
||||||
"pytest-django==4.11.1",
|
"pytest-django==4.11.1",
|
||||||
"python-slugify==8.0.4",
|
"python-slugify==8.0.4",
|
||||||
"psutil==7.1.3",
|
"psutil==7.1.3",
|
||||||
"psycopg2==2.9.11",
|
"psycopg2==2.9.11",
|
||||||
"pymdown-extensions==10.17.1",
|
"pymdown-extensions==10.18",
|
||||||
"redis==7.0.1",
|
"redis==7.1.0",
|
||||||
"requests==2.32.5",
|
"requests==2.32.5",
|
||||||
"sentry-sdk[django,celery,opentelemetry]==2.44.0",
|
"sentry-sdk[django,celery,opentelemetry]==2.47.0",
|
||||||
"six==1.17.0",
|
"six==1.17.0",
|
||||||
"swapper==1.4.0",
|
"swapper==1.4.0",
|
||||||
"uvicorn==0.38.0",
|
"uvicorn==0.38.0",
|
||||||
|
|
@ -81,21 +81,21 @@ dependencies = [
|
||||||
[project.optional-dependencies]
|
[project.optional-dependencies]
|
||||||
graph = ["pygraphviz==1.14; sys_platform != 'win32'"]
|
graph = ["pygraphviz==1.14; sys_platform != 'win32'"]
|
||||||
worker = [
|
worker = [
|
||||||
"celery==5.5.3",
|
"celery==5.6.0",
|
||||||
"django-celery-beat==2.8.1",
|
"django-celery-beat==2.8.1",
|
||||||
"django-celery-results==2.6.0",
|
"django-celery-results==2.6.0",
|
||||||
"celery-prometheus-exporter==1.7.0",
|
"celery-prometheus-exporter==1.7.0",
|
||||||
]
|
]
|
||||||
linting = [
|
linting = [
|
||||||
"isort==7.0.0",
|
"isort==7.0.0",
|
||||||
"mypy==1.18.2",
|
"mypy==1.19.0",
|
||||||
"mypy-extensions==1.1.0",
|
"mypy-extensions==1.1.0",
|
||||||
"ruff==0.14.5",
|
"ruff==0.14.8",
|
||||||
"celery-stubs==0.1.3",
|
"celery-stubs==0.1.3",
|
||||||
|
"celery-types>=0.23.0",
|
||||||
]
|
]
|
||||||
openai = ["openai==2.6.1"]
|
openai = ["openai==2.9.0"]
|
||||||
jupyter = ["jupyter==1.1.1"]
|
jupyter = ["jupyter==1.1.1"]
|
||||||
docs = ["sphinx==8.2.3", "sphinx-rtd-theme==3.0.2", "m2r2==0.3.4"]
|
|
||||||
|
|
||||||
[tool.uv]
|
[tool.uv]
|
||||||
package = false
|
package = false
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue