From 28473d06bd88f9c11fed995d97fc92cf9260b2a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jan 2025 20:26:05 +0000 Subject: [PATCH] Bump the pip group across 1 directory with 10 updates Bumps the pip group with 10 updates in the /manual-testing-sandbox directory: | Package | From | To | | --- | --- | --- | | [flask](https://github.com/pallets/flask) | `2.0.2` | `2.2.5` | | [requests](https://github.com/psf/requests) | `2.26.0` | `2.32.2` | | [scikit-learn](https://github.com/scikit-learn/scikit-learn) | `0.24.2` | `1.5.0` | | [tensorflow](https://github.com/tensorflow/tensorflow) | `2.6.0` | `2.12.1` | | [nltk](https://github.com/nltk/nltk) | `3.6.3` | `3.9` | | [torch](https://github.com/pytorch/pytorch) | `1.9.1` | `2.2.0` | | [keras](https://github.com/keras-team/keras) | `2.6.0` | `3.8.0` | | [pillow](https://github.com/python-pillow/Pillow) | `8.3.2` | `10.3.0` | | [opencv-python](https://github.com/opencv/opencv-python) | `4.5.3.56` | `4.8.1.78` | | [gunicorn](https://github.com/benoitc/gunicorn) | `20.1.0` | `22.0.0` | Updates `flask` from 2.0.2 to 2.2.5 - [Release notes](https://github.com/pallets/flask/releases) - [Changelog](https://github.com/pallets/flask/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/flask/compare/2.0.2...2.2.5) Updates `requests` from 2.26.0 to 2.32.2 - [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.26.0...v2.32.2) Updates `scikit-learn` from 0.24.2 to 1.5.0 - [Release notes](https://github.com/scikit-learn/scikit-learn/releases) - [Commits](https://github.com/scikit-learn/scikit-learn/compare/0.24.2...1.5.0) Updates `tensorflow` from 2.6.0 to 2.12.1 - [Release notes](https://github.com/tensorflow/tensorflow/releases) - [Changelog](https://github.com/tensorflow/tensorflow/blob/master/RELEASE.md) - [Commits](https://github.com/tensorflow/tensorflow/compare/v2.6.0...v2.12.1) Updates `nltk` from 3.6.3 to 3.9 - [Changelog](https://github.com/nltk/nltk/blob/develop/ChangeLog) - [Commits](https://github.com/nltk/nltk/compare/3.6.3...3.9) Updates `torch` from 1.9.1 to 2.2.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/v1.9.1...v2.2.0) Updates `keras` from 2.6.0 to 3.8.0 - [Release notes](https://github.com/keras-team/keras/releases) - [Commits](https://github.com/keras-team/keras/compare/v2.6.0...v3.8.0) Updates `pillow` from 8.3.2 to 10.3.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/8.3.2...10.3.0) Updates `opencv-python` from 4.5.3.56 to 4.8.1.78 - [Release notes](https://github.com/opencv/opencv-python/releases) - [Commits](https://github.com/opencv/opencv-python/commits) Updates `gunicorn` from 20.1.0 to 22.0.0 - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](https://github.com/benoitc/gunicorn/compare/20.1.0...22.0.0) --- updated-dependencies: - dependency-name: flask dependency-type: direct:production dependency-group: pip - dependency-name: requests dependency-type: direct:production dependency-group: pip - dependency-name: scikit-learn dependency-type: direct:production dependency-group: pip - dependency-name: tensorflow dependency-type: direct:production dependency-group: pip - dependency-name: nltk dependency-type: direct:production dependency-group: pip - dependency-name: torch dependency-type: direct:production dependency-group: pip - dependency-name: keras dependency-type: direct:production dependency-group: pip - dependency-name: pillow dependency-type: direct:production dependency-group: pip - dependency-name: opencv-python dependency-type: direct:production dependency-group: pip - dependency-name: gunicorn dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- manual-testing-sandbox/requirements.txt | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/manual-testing-sandbox/requirements.txt b/manual-testing-sandbox/requirements.txt index ada3292f349..5b727454578 100644 --- a/manual-testing-sandbox/requirements.txt +++ b/manual-testing-sandbox/requirements.txt @@ -4,16 +4,16 @@ pandas==1.3.3 scipy==1.7.1 # Web development -flask==2.0.2 +flask==2.2.5 django==4.2.17 # Request handling -requests==2.26.0 +requests==2.32.2 httpx==0.19.0 # Machine Learning -scikit-learn==0.24.2 -tensorflow==2.6.0 +scikit-learn==1.5.0 +tensorflow==2.12.1 # Data visualization matplotlib==3.4.3 @@ -21,16 +21,16 @@ seaborn==0.11.2 plotly==5.3.1 # Natural Language Processing -nltk==3.6.3 +nltk==3.9 spacy==3.1.2 # Deep Learning -torch==1.9.1 -keras==2.6.0 +torch==2.2.0 +keras==3.8.0 # Image processing -pillow==8.3.2 -opencv-python==4.5.3.56 +pillow==10.3.0 +opencv-python==4.8.1.78 # Data handling and manipulation beautifulsoup4==4.10.0 @@ -53,5 +53,5 @@ aiohttp==3.10.11 # Others jupyter==1.0.0 -gunicorn==20.1.0 +gunicorn==22.0.0 psycopg2==2.9.1 \ No newline at end of file