From 52491e02bd029e3f6ab9fd4431975faa333bf179 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jul 2026 16:37:52 +0000 Subject: [PATCH] Bump the pip group across 4 directories with 15 updates Bumps the pip group with 1 update in the /examples/streamlit/annotation directory: [streamlit](https://github.com/streamlit/streamlit). Bumps the pip group with 14 updates in the /examples/streamlit/quickstart directory: | Package | From | To | | --- | --- | --- | | [streamlit](https://github.com/streamlit/streamlit) | `1.37.0` | `1.54.0` | | [bleach](https://github.com/mozilla/bleach) | `4.1.0` | `6.4.0` | | [certifi](https://github.com/certifi/python-certifi) | `2023.7.22` | `2024.7.4` | | [idna](https://github.com/kjd/idna) | `3.3` | `3.15` | | [jinja2](https://github.com/pallets/jinja) | `3.1.5` | `3.1.6` | | [mistune](https://github.com/lepture/mistune) | `2.0.3` | `3.3.0` | | [nbconvert](https://github.com/jupyter/nbconvert) | `6.5.1` | `7.17.1` | | [pillow](https://github.com/python-pillow/Pillow) | `10.0.1` | `12.2.0` | | [protobuf](https://github.com/protocolbuffers/protobuf) | `3.19.5` | `5.29.6` | | [python-dotenv](https://github.com/theskumar/python-dotenv) | `0.19.1` | `1.2.2` | | [requests](https://github.com/psf/requests) | `2.31.0` | `2.33.0` | | [sentry-sdk](https://github.com/getsentry/sentry-python) | `1.14.0` | `1.45.1` | | [tornado](https://github.com/tornadoweb/tornado) | `6.4.2` | `6.5.7` | | [urllib3](https://github.com/urllib3/urllib3) | `1.26.19` | `2.7.0` | Bumps the pip group with 1 update in the /examples/wandb-automations directory: [torch](https://github.com/pytorch/pytorch). Bumps the pip group with 1 update in the /wandb-scim/examples directory: [requests](https://github.com/psf/requests). Updates `streamlit` from 1.37.0 to 1.54.0 - [Release notes](https://github.com/streamlit/streamlit/releases) - [Commits](https://github.com/streamlit/streamlit/compare/1.37.0...1.54.0) Updates `streamlit` from 1.37.0 to 1.54.0 - [Release notes](https://github.com/streamlit/streamlit/releases) - [Commits](https://github.com/streamlit/streamlit/compare/1.37.0...1.54.0) Updates `bleach` from 4.1.0 to 6.4.0 - [Changelog](https://github.com/mozilla/bleach/blob/main/CHANGES) - [Commits](https://github.com/mozilla/bleach/compare/v4.1.0...v6.4.0) Updates `certifi` from 2023.7.22 to 2024.7.4 - [Commits](https://github.com/certifi/python-certifi/compare/2023.07.22...2024.07.04) Updates `idna` from 3.3 to 3.15 - [Release notes](https://github.com/kjd/idna/releases) - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.md) - [Commits](https://github.com/kjd/idna/compare/v3.3...v3.15) Updates `jinja2` from 3.1.5 to 3.1.6 - [Release notes](https://github.com/pallets/jinja/releases) - [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/jinja/compare/3.1.5...3.1.6) Updates `mistune` from 2.0.3 to 3.3.0 - [Release notes](https://github.com/lepture/mistune/releases) - [Changelog](https://github.com/lepture/mistune/blob/main/docs/changes.rst) - [Commits](https://github.com/lepture/mistune/compare/v2.0.3...v3.3.0) Updates `nbconvert` from 6.5.1 to 7.17.1 - [Release notes](https://github.com/jupyter/nbconvert/releases) - [Changelog](https://github.com/jupyter/nbconvert/blob/main/CHANGELOG.md) - [Commits](https://github.com/jupyter/nbconvert/compare/6.5.1...v7.17.1) Updates `pillow` from 10.0.1 to 12.2.0 - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst) - [Commits](https://github.com/python-pillow/Pillow/compare/10.0.1...12.2.0) Updates `protobuf` from 3.19.5 to 5.29.6 - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Commits](https://github.com/protocolbuffers/protobuf/commits) Updates `python-dotenv` from 0.19.1 to 1.2.2 - [Release notes](https://github.com/theskumar/python-dotenv/releases) - [Changelog](https://github.com/theskumar/python-dotenv/blob/main/CHANGELOG.md) - [Commits](https://github.com/theskumar/python-dotenv/compare/v0.19.1...v1.2.2) Updates `requests` from 2.31.0 to 2.33.0 - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.31.0...v2.33.0) Updates `sentry-sdk` from 1.14.0 to 1.45.1 - [Release notes](https://github.com/getsentry/sentry-python/releases) - [Changelog](https://github.com/getsentry/sentry-python/blob/1.45.1/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-python/compare/1.14.0...1.45.1) Updates `tornado` from 6.4.2 to 6.5.7 - [Changelog](https://github.com/tornadoweb/tornado/blob/master/docs/releases.rst) - [Commits](https://github.com/tornadoweb/tornado/compare/v6.4.2...v6.5.7) Updates `urllib3` from 1.26.19 to 2.7.0 - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/1.26.19...2.7.0) Updates `torch` from 1.13.1 to 2.12.1 - [Release notes](https://github.com/pytorch/pytorch/releases) - [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md) - [Commits](https://github.com/pytorch/pytorch/compare/v1.13.1...v2.12.1) Updates `requests` from 2.31.0 to 2.33.0 - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.31.0...v2.33.0) --- updated-dependencies: - dependency-name: streamlit dependency-version: 1.54.0 dependency-type: direct:production dependency-group: pip - dependency-name: streamlit dependency-version: 1.54.0 dependency-type: direct:production dependency-group: pip - dependency-name: bleach dependency-version: 6.4.0 dependency-type: direct:production dependency-group: pip - dependency-name: certifi dependency-version: 2024.7.4 dependency-type: direct:production dependency-group: pip - dependency-name: idna dependency-version: '3.15' dependency-type: direct:production dependency-group: pip - dependency-name: jinja2 dependency-version: 3.1.6 dependency-type: direct:production dependency-group: pip - dependency-name: mistune dependency-version: 3.3.0 dependency-type: direct:production dependency-group: pip - dependency-name: nbconvert dependency-version: 7.17.1 dependency-type: direct:production dependency-group: pip - dependency-name: pillow dependency-version: 12.2.0 dependency-type: direct:production dependency-group: pip - dependency-name: protobuf dependency-version: 5.29.6 dependency-type: direct:production dependency-group: pip - dependency-name: python-dotenv dependency-version: 1.2.2 dependency-type: direct:production dependency-group: pip - dependency-name: requests dependency-version: 2.33.0 dependency-type: direct:production dependency-group: pip - dependency-name: sentry-sdk dependency-version: 1.45.1 dependency-type: direct:production dependency-group: pip - dependency-name: tornado dependency-version: 6.5.7 dependency-type: direct:production dependency-group: pip - dependency-name: urllib3 dependency-version: 2.7.0 dependency-type: direct:production dependency-group: pip - dependency-name: torch dependency-version: 2.12.1 dependency-type: direct:production dependency-group: pip - dependency-name: requests dependency-version: 2.33.0 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- .../streamlit/annotation/requirements.txt | 2 +- .../streamlit/quickstart/requirements.txt | 28 +++++++++---------- examples/wandb-automations/requirements.txt | 2 +- wandb-scim/examples/requirements.txt | 2 +- 4 files changed, 17 insertions(+), 17 deletions(-) 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