From c54cba865f9b80565bb6681c92c44097d3d24ffa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 14:53:08 +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 | | --- | --- | --- | | [flask](https://github.com/pallets/flask) | `2.1.3` | `2.2.5` | | [flask-cors](https://github.com/corydolphin/flask-cors) | `3.0.10` | `5.0.0` | | [gunicorn](https://github.com/benoitc/gunicorn) | `20.1.0` | `22.0.0` | | [jinja2](https://github.com/pallets/jinja) | `3.1.2` | `3.1.4` | | [werkzeug](https://github.com/pallets/werkzeug) | `2.2.1` | `3.0.3` | Updates `flask` from 2.1.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.1.3...2.2.5) Updates `flask-cors` from 3.0.10 to 5.0.0 - [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...5.0.0) 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 `jinja2` from 3.1.2 to 3.1.4 - [Release notes](https://github.com/pallets/jinja/releases) - [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/jinja/compare/3.1.2...3.1.4) Updates `werkzeug` from 2.2.1 to 3.0.3 - [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.2.1...3.0.3) --- 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: gunicorn dependency-type: direct:production dependency-group: pip - dependency-name: jinja2 dependency-type: direct:production dependency-group: pip - dependency-name: werkzeug 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 a3fdc81..7840f2f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,13 +1,13 @@ aniso8601==9.0.1 click==8.1.3 colorama==0.4.5 -Flask==2.1.3 -Flask-Cors==3.0.10 +Flask==2.2.5 +Flask-Cors==5.0.0 Flask-RESTful==0.3.9 -gunicorn==20.1.0 +gunicorn==22.0.0 itsdangerous==2.1.2 -Jinja2==3.1.2 +Jinja2==3.1.4 MarkupSafe==2.1.1 pytz==2022.1 six==1.16.0 -Werkzeug==2.2.1 +Werkzeug==3.0.3