From d2dfd1b17a0b805597f45e5f6876d47bddff0284 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Jun 2025 12:31:34 +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) | `3.4.7` | `44.0.1` | | [flask](https://github.com/pallets/flask) | `2.0.1` | `2.2.5` | | [jinja2](https://github.com/pallets/jinja) | `3.1.4` | `3.1.6` | | [requests](https://github.com/psf/requests) | `2.26.0` | `2.32.4` | | [werkzeug](https://github.com/pallets/werkzeug) | `2.0.3` | `3.0.6` | Updates `cryptography` from 3.4.7 to 44.0.1 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/3.4.7...44.0.1) Updates `flask` from 2.0.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.0.1...2.2.5) Updates `jinja2` from 3.1.4 to 3.1.6 - [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.4...3.1.6) Updates `requests` from 2.26.0 to 2.32.4 - [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.26.0...v2.32.4) Updates `werkzeug` from 2.0.3 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.0.3...3.0.6) --- updated-dependencies: - dependency-name: cryptography dependency-version: 44.0.1 dependency-type: direct:production dependency-group: pip - dependency-name: flask dependency-version: 2.2.5 dependency-type: direct:production dependency-group: pip - dependency-name: jinja2 dependency-version: 3.1.6 dependency-type: direct:production dependency-group: pip - dependency-name: requests dependency-version: 2.32.4 dependency-type: direct:production dependency-group: pip - dependency-name: werkzeug dependency-version: 3.0.6 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 be892b9..f6842bf 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,9 +8,9 @@ click==8.1.7 click-didyoumean==0.3.1 click-plugins==1.1.1 click-repl==0.3.0 -cryptography==3.4.7 +cryptography==44.0.1 et-xmlfile==1.1.0 -Flask==2.0.1 +Flask==2.2.5 Flask-Login==0.5.0 Flask-SQLAlchemy==2.5.1 Flask-WTF==0.15.1 @@ -18,7 +18,7 @@ freez==0.0.0 greenlet==3.1.1 idna==3.10 itsdangerous==2.2.0 -Jinja2==3.1.4 +Jinja2==3.1.6 kombu==5.4.2 MarkupSafe==2.1.5 numpy==2.1.1 @@ -32,7 +32,7 @@ pycparser==2.22 python-dateutil==2.9.0.post0 pytz==2024.2 redis==3.5.3 -requests==2.26.0 +requests==2.32.4 six==1.16.0 SQLAlchemy==1.3.24 tqdm==4.66.5 @@ -42,5 +42,5 @@ tzdata==2024.2 urllib3==1.26.20 vine==5.1.0 wcwidth==0.2.13 -Werkzeug==2.0.3 +Werkzeug==3.0.6 WTForms==3.1.2