diff --git a/pyproject.toml b/pyproject.toml index dfbf600b..2847a499 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,12 +24,12 @@ dependencies = [ "aiosignal==1.4.0", "akinator-python==1.6.0", "annotated-types==0.7.0", - "anyio==4.11.0", + "anyio==4.12.1", "asttokens==3.0.1", "asyncmy==0.2.10", "attrs==25.4.0", "backcall==0.2.0", - "beautifulsoup4==4.14.2", + "beautifulsoup4==4.14.3", "bleach==6.3.0", "certifi==2026.1.4", "cffi==2.0.0", @@ -46,7 +46,7 @@ dependencies = [ "docopt==0.6.2", "executing==2.2.1", "fastjsonschema==2.21.2", - "fonttools==4.61.0", + "fonttools==4.61.1", "frozenlist==1.8.0", "h11==0.16.0", "httpcore==1.0.9", @@ -55,31 +55,31 @@ dependencies = [ "jedi==0.19.2", "Jinja2==3.1.6", "jiter==0.12.0", - "jsonschema==4.25.1", + "jsonschema==4.26.0", "jsonschema-specifications==2025.9.1", - "jupyter_client==8.6.3", + "jupyter_client==8.8.0", "jupyter_core==5.9.1", "jupyterlab_pygments==0.3.0", "kiwisolver==1.4.9", "MarkupSafe==3.0.3", - "matplotlib==3.10.7", + "matplotlib==3.10.8", "matplotlib-inline==0.2.1", - "mistune==3.1.4", + "mistune==3.2.0", "mpmath==1.3.0", "multidict==6.7.0", "mysql-connector-python==9.5.0", - "nbclient==0.10.2", + "nbclient==0.10.4", "nbconvert==7.16.6", "nbformat==5.10.4", "num2words==0.5.14", - "numpy==2.3.4", + "numpy==2.4.0", "openai==2.14.0", "packaging==25.0", "pandocfilters==1.5.1", "parso==0.8.5", "pickleshare==0.7.5", - "pillow==12.0.0", - "platformdirs==4.5.0", + "pillow==12.1.0", + "platformdirs==4.5.1", "prompt_toolkit==3.0.52", "propcache==0.4.1", "pure_eval==0.2.3", @@ -91,21 +91,21 @@ dependencies = [ "PyJWT==2.10.1", "PyMySQL==1.1.2", "PyNaCl==1.6.2", - "pyparsing==3.2.5", + "pyparsing==3.3.1", "python-dateutil==2.9.0.post0", "python-dotenv==1.2.1", "pyzmq==27.1.0", "referencing==0.37.0", "requests==2.32.5", - "rpds-py==0.29.0", + "rpds-py==0.30.0", "scipy==1.16.3", "six==1.17.0", "sniffio==1.3.1", - "soupsieve==2.8", + "soupsieve==2.8.1", "stack-data==0.6.3", "sympy==1.14.0", - "tinycss2==1.4.0", - "tornado==6.5.2", + "tinycss2==1.5.1", + "tornado==6.5.4", "tqdm==4.67.1", "traitlets==5.14.3", "twitchAPI==4.5.0", diff --git a/requirements.txt b/requirements.txt index 412356ca..501d44ce 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,12 +4,12 @@ aiomysql==0.3.2 aiosignal==1.4.0 akinator-python==1.6.0 annotated-types==0.7.0 -anyio==4.11.0 +anyio==4.12.1 asttokens==3.0.1 asyncmy==0.2.10 attrs==25.4.0 backcall==0.2.0 -beautifulsoup4==4.14.2 +beautifulsoup4==4.14.3 bleach==6.3.0 certifi==2026.1.4 cffi==2.0.0 @@ -26,7 +26,7 @@ distro==1.9.0 docopt==0.6.2 executing==2.2.1 fastjsonschema==2.21.2 -fonttools==4.61.0 +fonttools==4.61.1 frozenlist==1.8.0 h11==0.16.0 httpcore==1.0.9 @@ -35,31 +35,31 @@ idna==3.11 jedi==0.19.2 Jinja2==3.1.6 jiter==0.12.0 -jsonschema==4.25.1 +jsonschema==4.26.0 jsonschema-specifications==2025.9.1 -jupyter_client==8.6.3 +jupyter_client==8.8.0 jupyter_core==5.9.1 jupyterlab_pygments==0.3.0 kiwisolver==1.4.9 MarkupSafe==3.0.3 -matplotlib==3.10.7 +matplotlib==3.10.8 matplotlib-inline==0.2.1 -mistune==3.1.4 +mistune==3.2.0 mpmath==1.3.0 multidict==6.7.0 mysql-connector-python==9.5.0 -nbclient==0.10.2 +nbclient==0.10.4 nbconvert==7.16.6 nbformat==5.10.4 num2words==0.5.14 -numpy==2.3.4 +numpy==2.4.0 openai==2.14.0 packaging==25.0 pandocfilters==1.5.1 parso==0.8.5 pickleshare==0.7.5 -pillow==12.0.0 -platformdirs==4.5.0 +pillow==12.1.0 +platformdirs==4.5.1 prompt_toolkit==3.0.52 propcache==0.4.1 pure_eval==0.2.3 @@ -71,21 +71,21 @@ Pygments==2.19.2 PyJWT==2.10.1 PyMySQL==1.1.2 PyNaCl==1.6.2 -pyparsing==3.2.5 +pyparsing==3.3.1 python-dateutil==2.9.0.post0 python-dotenv==1.2.1 pyzmq==27.1.0 referencing==0.37.0 requests==2.32.5 -rpds-py==0.29.0 +rpds-py==0.30.0 scipy==1.16.3 six==1.17.0 sniffio==1.3.1 -soupsieve==2.8 +soupsieve==2.8.1 stack-data==0.6.3 sympy==1.14.0 -tinycss2==1.4.0 -tornado==6.5.2 +tinycss2==1.5.1 +tornado==6.5.4 tqdm==4.67.1 traitlets==5.14.3 twitchAPI==4.5.0