From 2700cff66f9ba70661a1fae80c1f95c103def425 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Mar 2024 05:31:57 +0000 Subject: [PATCH] chore(deps): bump the pip group across 1 directories with 4 updates Bumps the pip group with 4 updates in the / directory: [flask](https://github.com/pallets/flask), [pycryptodome](https://github.com/Legrandin/pycryptodome), [requests](https://github.com/psf/requests) and [werkzeug](https://github.com/pallets/werkzeug). Updates `flask` from 2.0.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.0.3...2.2.5) Updates `pycryptodome` from 3.14.1 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.14.1...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) Updates `werkzeug` from 2.0.3 to 2.3.8 - [Release notes](https://github.com/pallets/werkzeug/releases) - [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/werkzeug/compare/2.0.3...2.3.8) --- updated-dependencies: - dependency-name: flask dependency-type: direct:production dependency-group: pip-security-group - dependency-name: pycryptodome dependency-type: direct:production dependency-group: pip-security-group - dependency-name: requests dependency-type: direct:production dependency-group: pip-security-group - dependency-name: werkzeug dependency-type: direct:production dependency-group: pip-security-group ... Signed-off-by: dependabot[bot] --- requirements.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index 30b96d9..72dd142 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ Babel==2.9.1 cachetools==5.0.0 dnspython==2.2.1 dramatiq==1.11.0 -Flask==2.0.3 +Flask==2.2.5 Flask-Cors==3.0.10 flask-restx==0.5.1 loguru==0.6.0 @@ -11,13 +11,13 @@ marshmallow-jsonschema==0.11.1 openpyxl==3.0.7 pandas==1.2.4 pdoc3==0.10.0 -pycryptodome==3.14.1 +pycryptodome==3.19.1 PyJWT==2.4.0 pymongo==3.12.0 python-dotenv==0.19.0 redis==3.5.3 -requests==2.28.1 +requests==2.31.0 sendgrid==6.9.1 typer==0.4.1 uWSGI==2.0.19.1 -werkzeug==2.0.3 \ No newline at end of file +werkzeug==2.3.8 \ No newline at end of file