From 86c33971c282a339ca214332d9eabc2def2062f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 6 Oct 2024 10:39:58 +0000 Subject: [PATCH] Bump the pip group across 1 directory with 4 updates Bumps the pip group with 4 updates in the / directory: [flask](https://github.com/pallets/flask), [gunicorn](https://github.com/benoitc/gunicorn), [requests](https://github.com/psf/requests) and [opencv-python](https://github.com/opencv/opencv-python). Updates `flask` from 2.2.3 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.2.3...2.2.5) 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) Updates `requests` from 2.27.1 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.27.1...v2.32.2) Updates `opencv-python` from 4.5.5 to 4.8.1.78 - [Release notes](https://github.com/opencv/opencv-python/releases) - [Commits](https://github.com/opencv/opencv-python/commits) --- updated-dependencies: - dependency-name: flask dependency-type: direct:production dependency-group: pip - dependency-name: gunicorn dependency-type: direct:production dependency-group: pip - dependency-name: requests dependency-type: direct:production dependency-group: pip - dependency-name: opencv-python dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- requirements.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index 377c107..2f64352 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,12 +1,12 @@ -Flask==2.2.3 +Flask==2.2.5 Flask-SQLAlchemy==2.5.1 psycopg2-binary==2.9.3 -gunicorn==20.1.0 +gunicorn==22.0.0 python-dotenv==0.20.0 Flask-WTF==1.0.0 # For form handling and validation Flask-Migrate==3.1.0 # For handling database migrations Flask-RESTful==0.3.9 # For building REST APIs -requests==2.27.1 # For making HTTP requests, if needed for RFID data +requests==2.32.2 # For making HTTP requests, if needed for RFID data pandas==1.4.2 # For data manipulation and analysis matplotlib==3.5.1 # For data visualization -opencv-python==4.5.5 # If using computer vision features (optional) +opencv-python==4.8.1.78 # If using computer vision features (optional)