From 380cdc1f5721390774dcde3811b3c62ed2ee61f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 May 2024 08:00:32 +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), [flask-cors](https://github.com/corydolphin/flask-cors), [pycryptodome](https://github.com/Legrandin/pycryptodome) and [requests](https://github.com/psf/requests). Updates `flask` from 2.1.1 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.1.1...2.2.5) Updates `flask-cors` from 3.0.10 to 4.0.1 - [Release notes](https://github.com/corydolphin/flask-cors/releases) - [Changelog](https://github.com/corydolphin/flask-cors/blob/main/CHANGELOG.md) - [Commits](https://github.com/corydolphin/flask-cors/compare/3.0.10...4.0.1) Updates `pycryptodome` from 3.15.0 to 3.19.1 - [Release notes](https://github.com/Legrandin/pycryptodome/releases) - [Changelog](https://github.com/Legrandin/pycryptodome/blob/master/Changelog.rst) - [Commits](https://github.com/Legrandin/pycryptodome/compare/v3.15.0...v3.19.1) Updates `requests` from 2.28.1 to 2.31.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.1...v2.31.0) --- updated-dependencies: - dependency-name: flask dependency-type: direct:production dependency-group: pip - dependency-name: flask-cors dependency-type: direct:production dependency-group: pip - dependency-name: pycryptodome dependency-type: direct:production dependency-group: pip - dependency-name: requests 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 82dc6e5..176d1cf 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ -Flask==2.1.1 +Flask==2.2.5 Flask-SQLAlchemy==2.5.1 Flask-Migrate==3.1.0 -Flask-Cors==3.0.10 -pycryptodome==3.15.0 -requests==2.28.1 +Flask-Cors==4.0.1 +pycryptodome==3.19.1 +requests==2.31.0