From eff6dcad9217515c7d3baab195e6e751face1ca4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 May 2026 11:42:28 +0000 Subject: [PATCH] Bump the pip group across 1 directory with 5 updates Bumps the pip group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [pillow](https://github.com/python-pillow/Pillow) | `9.5.0` | `12.2.0` | | [streamlit](https://github.com/streamlit/streamlit) | `1.28.0` | `1.54.0` | | [torch](https://github.com/pytorch/pytorch) | `2.0.0` | `2.8.0` | | [opencv-python-headless](https://github.com/opencv/opencv-python) | `4.8.0.74` | `4.8.1.78` | | [requests](https://github.com/psf/requests) | `2.28.2` | `2.33.0` | Updates `pillow` from 9.5.0 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/9.5.0...12.2.0) Updates `streamlit` from 1.28.0 to 1.54.0 - [Release notes](https://github.com/streamlit/streamlit/releases) - [Commits](https://github.com/streamlit/streamlit/compare/1.28.0...1.54.0) Updates `torch` from 2.0.0 to 2.8.0 - [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/v2.0.0...v2.8.0) Updates `opencv-python-headless` from 4.8.0.74 to 4.8.1.78 - [Release notes](https://github.com/opencv/opencv-python/releases) - [Commits](https://github.com/opencv/opencv-python/commits) Updates `requests` from 2.28.2 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.28.2...v2.33.0) --- updated-dependencies: - dependency-name: pillow dependency-version: 12.2.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: torch dependency-version: 2.8.0 dependency-type: direct:production dependency-group: pip - dependency-name: opencv-python-headless dependency-version: 4.8.1.78 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] --- requirements.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/requirements.txt b/requirements.txt index 414c5b6..770acde 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,9 +1,9 @@ av==10.0.0 numpy==1.24.3 -Pillow==9.5.0 -streamlit==1.28.0 +Pillow==12.2.0 +streamlit==1.54.0 streamlit-webrtc==0.47.1 -torch==2.0.0 +torch==2.8.0 ultralytics==8.0.201 -opencv-python-headless==4.8.0.74 -requests==2.28.2 \ No newline at end of file +opencv-python-headless==4.8.1.78 +requests==2.33.0 \ No newline at end of file