diff --git a/pyproject.toml b/pyproject.toml index afd5907..6f779d0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,17 +33,17 @@ dependencies = [ "requests==2.32.5", "wikipedia==1.4.0", "beautifulsoup4==4.14.3", - "soupsieve==2.8.1", + "soupsieve==2.8.3", "yarl==1.22.0", "frozenlist==1.8.0", "h11==0.16.0", - "multidict==6.7.0", - "SimpleColoredLogs==1.3.0", - "FastAPI==0.100.0", - "uvicorn==0.24.0", + "multidict==6.7.1", + "SimpleColoredLogs==1.16.1.2026", + "FastAPI==0.128.4", + "uvicorn==0.40.0", "Jinja2==3.1.6", "MarkupSafe==3.0.3", - "starlette==0.50.0", + "starlette==0.52.1", "timedelta==2020.12.3", "ManagerX-Handler==1.2026.01.10", "ManagerX-DevTools==1.2026.01.11.1" @@ -64,20 +64,20 @@ dev = [ "typing-inspection==0.4.2", "attrs==25.4.0", "annotated-types==0.7.0", - "anyio==4.12.0", + "anyio==4.12.1", "certifi==2026.1.4", "charset-normalizer==3.4.4", "idna==3.11", "urllib3==2.6.3", - "build==1.3.0", + "build==1.4.0", "twine==4.2.0" ] docs = [ - "sphinx<10,>=9", + "sphinx==9.1.0", "pydata-sphinx-theme", "sphinx-autodoc-typehints", - "myst-parser<6,>=5", + "myst-parser==5.0.0", "sphinx-copybutton" ] @@ -91,11 +91,11 @@ all = [ "requests==2.32.5", "wikipedia==1.4.0", "beautifulsoup4==4.14.3", - "soupsieve==2.8.1", + "soupsieve==2.8.3", "yarl==1.22.0", "frozenlist==1.8.0", "h11==0.16.0", - "multidict==6.7.0", + "multidict==6.7.1", "python-dotenv==1.2.1", "click==8.3.1", "colorama==0.4.6", @@ -103,24 +103,24 @@ all = [ "typing-inspection==0.4.2", "attrs==25.4.0", "annotated-types==0.7.0", - "anyio==4.12.0", + "anyio==4.12.1", "certifi==2026.1.4", "charset-normalizer==3.4.4", "idna==3.11", "urllib3==2.6.3", "Jinja2==3.1.6", "MarkupSafe==3.0.3", - "starlette==0.50.0", - "FastAPI==0.100.0", - "uvicorn==0.24.0", - "SimpleColoredLogs==1.3.0", + "starlette==0.52.1", + "FastAPI==0.128.4", + "uvicorn==0.40.0", + "SimpleColoredLogs==1.16.1.2026", "timedelta==2020.12.3", - "sphinx<10,>=9", + "sphinx==9.1.0", "pydata-sphinx-theme", "sphinx-autodoc-typehints", - "myst-parser<6,>=5", + "myst-parser==5.0.0", "sphinx-copybutton", - "build==1.3.0", + "build==1.4.0", "twine==4.2.0" ] diff --git a/requirements/bot_req.txt b/requirements/bot_req.txt index 71eee76..f9914b6 100644 --- a/requirements/bot_req.txt +++ b/requirements/bot_req.txt @@ -7,8 +7,8 @@ propcache==0.4.1 requests==2.32.5 wikipedia==1.4.0 beautifulsoup4==4.14.3 -soupsieve==2.8.1 +soupsieve==2.8.3 yarl==1.22.0 frozenlist==1.8.0 h11==0.16.0 -multidict==6.7.0 \ No newline at end of file +multidict==6.7.1 \ No newline at end of file diff --git a/requirements/dev_req.txt b/requirements/dev_req.txt index bc0bcf2..f41caf2 100644 --- a/requirements/dev_req.txt +++ b/requirements/dev_req.txt @@ -12,7 +12,7 @@ idna==3.11 urllib3==2.6.3 Jinja2==3.1.6 MarkupSafe==3.0.3 -starlette==0.50.0 +starlette==0.52.1 FastAPI uvicorn SimpleColoredLogs diff --git a/requirements/req.txt b/requirements/req.txt index 49deb84..feef944 100644 --- a/requirements/req.txt +++ b/requirements/req.txt @@ -6,9 +6,9 @@ ManagerX-Handler==1.2026.1.10 ezcord==0.7.4 py-cord==2.7.0 better-ipc==2.0.3 -fastapi==0.115.6 -uvicorn==0.34.0 -starlette==0.49.1 +fastapi==0.128.4 +uvicorn==0.40.0 +starlette==0.52.1 # --- Async & Performance --- aiocache==0.12.3 @@ -16,40 +16,40 @@ aiohappyeyeballs==2.6.1 aiohttp==3.13.3 aiosignal==1.4.0 aiosqlite==0.22.1 -anyio==4.9.0 +anyio==4.12.1 frozenlist==1.8.0 -multidict==6.7.0 +multidict==6.7.1 propcache==0.4.1 sniffio==1.3.1 websockets==16.0 # --- Data & Validation --- annotated-types==0.7.0 -pydantic==2.11.7 -pydantic_core==2.33.2 -PyYAML==6.0.1 +pydantic==2.12.5 +pydantic_core==2.41.5 +PyYAML==6.0.3 typing_extensions==4.15.0 -typing-inspection==0.4.1 +typing-inspection==0.4.2 # --- HTTP & Web --- -requests==2.32.4 +requests==2.32.5 requests-toolbelt==1.0.0 -httpx==0.24.1 +httpx==0.28.1 httpcore==1.0.9 h11==0.16.0 urllib3==2.6.3 yarl==1.22.0 certifi==2026.1.4 -charset-normalizer==3.4.2 +charset-normalizer==3.4.4 idna==3.11 rfc3986==2.0.0 # --- UI, Imaging & Logging --- -beautifulsoup4==4.13.4 -soupsieve==2.7 +beautifulsoup4==4.14.3 +soupsieve==2.8.3 easy-pil==0.4.0 pillow==12.1.0 -SimpleColoredLogs==1.3.0 +SimpleColoredLogs==1.16.1.2026 colorama==0.4.6 rich==14.3.2 Pygments==2.19.2 @@ -57,9 +57,9 @@ markdown-it-py==4.0.0 mdurl==0.1.2 # --- System & Utilities --- -click==8.2.1 +click==8.3.1 psutil==7.2.2 -python-dotenv==1.1.0 +python-dotenv==1.2.1 timedelta==2020.12.3 pytz==2025.2 DateTime==6.0 @@ -71,7 +71,7 @@ zope.interface==8.2 # --- Template Engines --- Jinja2==3.1.6 -MarkupSafe==3.0.2 +MarkupSafe==3.0.3 # --- Helpers & Docs --- wikipedia==1.4.0 @@ -80,6 +80,6 @@ pathlib==1.0.1 more-itertools==10.8.0 jaraco.classes==3.4.0 jaraco.context==6.1.0 -jaraco.functools==4.3.0 -docutils==0.22.3 +jaraco.functools==4.4.0 +docutils==0.22.4 nh3==0.3.2Ne \ No newline at end of file