From f4187854657054fc647477dc0dd64a1642bf0f84 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 23:36:06 +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 | | --- | --- | --- | | [cryptography](https://github.com/pyca/cryptography) | `38.0.4` | `44.0.0` | | [flask](https://github.com/pallets/flask) | `2.1.2` | `2.2.5` | | [jinja2](https://github.com/pallets/jinja) | `3.1.2` | `3.1.5` | | [redis](https://github.com/redis/redis-py) | `4.3.3` | `4.4.4` | | [werkzeug](https://github.com/pallets/werkzeug) | `2.1.2` | `3.0.6` | Updates `cryptography` from 38.0.4 to 44.0.0 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/38.0.4...44.0.0) Updates `flask` from 2.1.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.1.2...2.2.5) Updates `jinja2` from 3.1.2 to 3.1.5 - [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.5) Updates `redis` from 4.3.3 to 4.4.4 - [Release notes](https://github.com/redis/redis-py/releases) - [Changelog](https://github.com/redis/redis-py/blob/master/CHANGES) - [Commits](https://github.com/redis/redis-py/compare/v4.3.3...v4.4.4) Updates `werkzeug` from 2.1.2 to 3.0.6 - [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.1.2...3.0.6) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production dependency-group: pip - dependency-name: flask dependency-type: direct:production dependency-group: pip - dependency-name: jinja2 dependency-type: direct:production dependency-group: pip - dependency-name: redis 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 293aab6b..e227480f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ -cryptography==38.0.4 -Flask==2.1.2 +cryptography==44.0.0 +Flask==2.2.5 itsdangerous==2.1.2 -Jinja2==3.1.2 +Jinja2==3.1.5 MarkupSafe==2.1.1 -redis==4.3.3 -Werkzeug==2.1.2 +redis==4.4.4 +Werkzeug==3.0.6