diff --git a/pyproject.toml b/pyproject.toml index 9f7fe45..afd5907 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -65,7 +65,7 @@ dev = [ "attrs==25.4.0", "annotated-types==0.7.0", "anyio==4.12.0", - "certifi==2025.11.12", + "certifi==2026.1.4", "charset-normalizer==3.4.4", "idna==3.11", "urllib3==2.6.3", @@ -74,10 +74,10 @@ dev = [ ] docs = [ - "sphinx<8,>=6", + "sphinx<10,>=9", "pydata-sphinx-theme", "sphinx-autodoc-typehints", - "myst-parser<3,>=2", + "myst-parser<6,>=5", "sphinx-copybutton" ] @@ -104,7 +104,7 @@ all = [ "attrs==25.4.0", "annotated-types==0.7.0", "anyio==4.12.0", - "certifi==2025.11.12", + "certifi==2026.1.4", "charset-normalizer==3.4.4", "idna==3.11", "urllib3==2.6.3", @@ -115,10 +115,10 @@ all = [ "uvicorn==0.24.0", "SimpleColoredLogs==1.3.0", "timedelta==2020.12.3", - "sphinx<8,>=6", + "sphinx<10,>=9", "pydata-sphinx-theme", "sphinx-autodoc-typehints", - "myst-parser<3,>=2", + "myst-parser<6,>=5", "sphinx-copybutton", "build==1.3.0", "twine==4.2.0" diff --git a/requirements/req.txt b/requirements/req.txt index a0a6789..49deb84 100644 --- a/requirements/req.txt +++ b/requirements/req.txt @@ -21,7 +21,7 @@ frozenlist==1.8.0 multidict==6.7.0 propcache==0.4.1 sniffio==1.3.1 -websockets==14.1 +websockets==16.0 # --- Data & Validation --- annotated-types==0.7.0 @@ -39,7 +39,7 @@ httpcore==1.0.9 h11==0.16.0 urllib3==2.6.3 yarl==1.22.0 -certifi==2025.4.26 +certifi==2026.1.4 charset-normalizer==3.4.2 idna==3.11 rfc3986==2.0.0 @@ -48,24 +48,24 @@ rfc3986==2.0.0 beautifulsoup4==4.13.4 soupsieve==2.7 easy-pil==0.4.0 -pillow==10.4.0 +pillow==12.1.0 SimpleColoredLogs==1.3.0 colorama==0.4.6 -rich==13.5.2 +rich==14.3.2 Pygments==2.19.2 markdown-it-py==4.0.0 mdurl==0.1.2 # --- System & Utilities --- click==8.2.1 -psutil==5.9.5 +psutil==7.2.2 python-dotenv==1.1.0 timedelta==2020.12.3 pytz==2025.2 -DateTime==5.1 +DateTime==6.0 six==1.17.0 -cffi==1.17.1 -pycparser==2.22 +cffi==2.0.0 +pycparser==3.0 PyNaCl==1.6.2 zope.interface==8.2 @@ -75,7 +75,7 @@ MarkupSafe==3.0.2 # --- Helpers & Docs --- wikipedia==1.4.0 -packaging==25.0 +packaging==26.0 pathlib==1.0.1 more-itertools==10.8.0 jaraco.classes==3.4.0