diff --git a/examples/streamlit/annotation/requirements.txt b/examples/streamlit/annotation/requirements.txt index 9fde332e..da1d035a 100644 --- a/examples/streamlit/annotation/requirements.txt +++ b/examples/streamlit/annotation/requirements.txt @@ -1,2 +1,2 @@ pandas==2.1.2 -streamlit==1.37.0 \ No newline at end of file +streamlit==1.54.0 \ No newline at end of file diff --git a/examples/streamlit/quickstart/requirements.txt b/examples/streamlit/quickstart/requirements.txt index a6522599..9ce6ce01 100644 --- a/examples/streamlit/quickstart/requirements.txt +++ b/examples/streamlit/quickstart/requirements.txt @@ -7,10 +7,10 @@ autopep8==1.6.0 backcall==0.2.0 backports.zoneinfo==0.2.1 base58==2.1.1 -bleach==4.1.0 +bleach==6.4.0 blinker==1.4 cachetools==4.2.4 -certifi==2023.7.22 +certifi==2024.7.4 cffi==1.15.0 charset-normalizer==2.0.7 click==7.1.2 @@ -22,13 +22,13 @@ docker-pycreds==0.4.0 entrypoints==0.3 gitdb==4.0.9 GitPython==3.1.41 -idna==3.3 +idna==3.15 ipykernel==6.5.0 ipython==8.10.0 ipython-genutils==0.2.0 ipywidgets==7.6.5 jedi==0.18.0 -Jinja2==3.1.5 +Jinja2==3.1.6 jsonschema==4.1.2 jupyter-client==7.0.6 jupyter-core==4.11.2 @@ -36,9 +36,9 @@ jupyterlab-pygments==0.1.2 jupyterlab-widgets==1.0.2 MarkupSafe==2.0.1 matplotlib-inline==0.1.3 -mistune==2.0.3 +mistune==3.3.0 nbclient==0.5.4 -nbconvert==6.5.1 +nbconvert==7.17.1 nbformat==5.1.3 nest-asyncio==1.5.1 notebook==6.4.12 @@ -50,11 +50,11 @@ parso==0.8.2 pathtools==0.1.2 pexpect==4.8.0 pickleshare==0.7.5 -Pillow==10.0.1 +Pillow==12.2.0 prometheus-client==0.12.0 promise==2.3 prompt-toolkit==3.0.21 -protobuf==3.19.5 +protobuf==5.29.6 psutil==5.8.0 ptyprocess==0.7.0 pyarrow==14.0.1 @@ -65,30 +65,30 @@ Pygments==2.15.0 pyparsing==2.4.7 pyrsistent==0.18.0 python-dateutil==2.8.2 -python-dotenv==0.19.1 +python-dotenv==1.2.2 pytz==2021.3 pytz-deprecation-shim==0.1.0.post0 PyYAML==6.0 pyzmq==22.3.0 -requests==2.31.0 +requests==2.33.0 Send2Trash==1.8.0 -sentry-sdk==1.14.0 +sentry-sdk==1.45.1 shortuuid==1.0.1 six==1.16.0 smmap==5.0.0 -streamlit==1.37.0 +streamlit==1.54.0 subprocess32==3.5.4 termcolor==1.1.0 terminado==0.12.1 testpath==0.5.0 toml==0.10.2 toolz==0.11.1 -tornado==6.4.2 +tornado==6.5.7 traitlets==5.1.1 typing-extensions==3.10.0.2 tzdata==2021.5 tzlocal==4.1 -urllib3==1.26.19 +urllib3==2.7.0 validators==0.18.2 wandb==0.12.6 watchdog==2.1.6 diff --git a/examples/wandb-automations/requirements.txt b/examples/wandb-automations/requirements.txt index 4df52d9c..ecfe14b6 100644 --- a/examples/wandb-automations/requirements.txt +++ b/examples/wandb-automations/requirements.txt @@ -1,4 +1,4 @@ -torch==1.13.1 +torch==2.12.1 torchvision==0.13.1 timm==0.6.12 wandb>=0.13 diff --git a/wandb-scim/examples/requirements.txt b/wandb-scim/examples/requirements.txt index 077c95d8..90cea94f 100644 --- a/wandb-scim/examples/requirements.txt +++ b/wandb-scim/examples/requirements.txt @@ -1 +1 @@ -requests==2.31.0 \ No newline at end of file +requests==2.33.0 \ No newline at end of file