From afe812e5ed3390dbf7e751cf76bfc3e0fc8c66d7 Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Tue, 18 Jun 2024 01:11:35 -0700 Subject: bump dependencies --- requirements.txt | 117 +++++++++++++++++++++++++++++++++++++------------------ 1 file changed, 80 insertions(+), 37 deletions(-) diff --git a/requirements.txt b/requirements.txt index 8bbeccd..f9af35a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,48 +1,91 @@ -b2sdk==1.29.0 -blinker==1.7.0 -certifi==2023.11.17 +annotated-types==0.7.0 +asttokens==2.4.1 +attrs==23.2.0 +b2sdk==2.4.0 +backcall==0.2.0 +beautifulsoup4==4.12.3 +bleach==6.1.0 +blinker==1.8.2 +certifi==2024.6.2 charset-normalizer==3.3.2 click==8.1.7 -contourpy==1.2.0 +contourpy==1.2.1 cycler==0.12.1 +decorator==5.1.1 +defusedxml==0.7.1 docopt==0.6.2 -Flask==3.0.0 -Flask-Cors==4.0.0 -fonttools==4.47.0 -greenlet==3.0.1 -gunicorn==21.2.0 -idna==3.6 -itsdangerous==2.1.2 -Jinja2==3.1.2 -joblib==1.3.2 +executing==2.0.1 +fastjsonschema==2.20.0 +Flask==3.0.3 +Flask-Cors==4.0.1 +fonttools==4.53.0 +greenlet==3.0.3 +gunicorn==22.0.0 +idna==3.7 +ipython==8.12.3 +itsdangerous==2.2.0 +jedi==0.19.1 +Jinja2==3.1.4 +joblib==1.4.2 +jsonschema==4.22.0 +jsonschema-specifications==2023.12.1 +jupyter_client==8.6.2 +jupyter_core==5.7.2 +jupyterlab_pygments==0.3.0 kiwisolver==1.4.5 logfury==1.0.1 -MarkupSafe==2.1.3 -matplotlib==3.8.2 -mysql-connector-python==8.2.0 -numpy==1.26.2 -packaging==23.2 -pandas==2.1.3 -patsy==0.5.3 -Pillow==10.1.0 +MarkupSafe==2.1.5 +matplotlib==3.9.0 +matplotlib-inline==0.1.7 +mistune==3.0.2 +mysql-connector-python==8.4.0 +nbclient==0.10.0 +nbconvert==7.16.4 +nbformat==5.10.4 +numpy==2.0.0 +packaging==24.1 +pandas==2.2.2 +pandocfilters==1.5.1 +parso==0.8.4 +patsy==0.5.6 +pexpect==4.9.0 +pickleshare==0.7.5 +pillow==10.3.0 pip-review==1.3.0 -pipreqs==0.4.13 -plotly==5.18.0 -protobuf==4.21.12 +pipreqs==0.5.0 +platformdirs==4.2.2 +plotly==5.22.0 +prompt_toolkit==3.0.47 +protobuf==5.27.1 +psycopg2==2.9.9 psycopg2-binary==2.9.9 -pyparsing==3.1.1 -python-dateutil==2.8.2 +ptyprocess==0.7.0 +pure-eval==0.2.2 +Pygments==2.18.0 +pyparsing==3.1.2 +python-dateutil==2.9.0.post0 python-dotenv==1.0.1 -pytz==2023.3.post1 -requests==2.31.0 -scikit-learn==1.3.2 -scipy==1.11.4 +pytz==2024.1 +pyzmq==26.0.3 +referencing==0.35.1 +requests==2.32.3 +rpds-py==0.18.1 +scikit-learn==1.5.0 +scipy==1.13.1 +setuptools==70.0.0 six==1.16.0 -tenacity==8.2.3 -threadpoolctl==3.2.0 -tqdm==4.66.1 -typing_extensions==4.8.0 -tzdata==2023.3 -urllib3==2.1.0 -Werkzeug==3.0.1 +soupsieve==2.5 +stack-data==0.6.3 +tenacity==8.4.1 +threadpoolctl==3.5.0 +tinycss2==1.3.0 +tornado==6.4.1 +tqdm==4.66.4 +traitlets==5.14.3 +typing_extensions==4.12.2 +tzdata==2024.1 +urllib3==2.2.2 +wcwidth==0.2.13 +webencodings==0.5.1 +Werkzeug==3.0.3 yarg==0.1.9 -- cgit v1.2.3