From d1cb35956d642956d0981b2094720aa8d5786d4c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Dec 2025 05:00:14 +0000 Subject: [PATCH] Bump the pip group across 1 directory with 8 updates Bumps the pip group with 8 updates in the / directory: | Package | From | To | | --- | --- | --- | | [flask](https://github.com/pallets/flask) | `0.10.1` | `2.2.5` | | [flask-admin](https://github.com/pallets-eco/flask-admin) | `1.0.8` | `1.5.3` | | [flask-cors](https://github.com/corydolphin/flask-cors) | `1.9.0` | `6.0.0` | | [jinja2](https://github.com/pallets/jinja) | `2.7.3` | `3.1.6` | | [werkzeug](https://github.com/pallets/werkzeug) | `0.9.6` | `3.1.4` | | [cryptography](https://github.com/pyca/cryptography) | `0.6` | `44.0.1` | | [pyopenssl](https://github.com/pyca/pyopenssl) | `0.14` | `17.5.0` | | [requests](https://github.com/psf/requests) | `2.4.1` | `2.32.4` | Updates `flask` from 0.10.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/0.10.1...2.2.5) Updates `flask-admin` from 1.0.8 to 1.5.3 - [Release notes](https://github.com/pallets-eco/flask-admin/releases) - [Changelog](https://github.com/pallets-eco/flask-admin/blob/master/doc/changelog.rst) - [Commits](https://github.com/pallets-eco/flask-admin/compare/v1.0.8...v1.5.3) Updates `flask-cors` from 1.9.0 to 6.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/1.9.0...6.0.0) Updates `jinja2` from 2.7.3 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/2.7.3...3.1.6) Updates `werkzeug` from 0.9.6 to 3.1.4 - [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/0.9.6...3.1.4) Updates `cryptography` from 0.6 to 44.0.1 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/0.6...44.0.1) Updates `pyopenssl` from 0.14 to 17.5.0 - [Changelog](https://github.com/pyca/pyopenssl/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/pyopenssl/compare/0.14...17.5.0) Updates `requests` from 2.4.1 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.4.1...v2.32.4) --- updated-dependencies: - dependency-name: flask dependency-version: 2.2.5 dependency-type: direct:production dependency-group: pip - dependency-name: flask-admin dependency-version: 1.5.3 dependency-type: direct:production dependency-group: pip - dependency-name: flask-cors dependency-version: 6.0.0 dependency-type: direct:production dependency-group: pip - dependency-name: jinja2 dependency-version: 3.1.6 dependency-type: direct:production dependency-group: pip - dependency-name: werkzeug dependency-version: 3.1.4 dependency-type: direct:production dependency-group: pip - dependency-name: cryptography dependency-version: 44.0.1 dependency-type: direct:production dependency-group: pip - dependency-name: pyopenssl dependency-version: 17.5.0 dependency-type: direct:production dependency-group: pip - dependency-name: requests dependency-version: 2.32.4 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- requirements.txt | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/requirements.txt b/requirements.txt index fed2034..6505847 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,21 +1,21 @@ -Flask==0.10.1 -Flask-Admin==1.0.8 -Flask-Cors==1.9.0 +Flask==2.2.5 +Flask-Admin==1.5.3 +Flask-Cors==6.0.0 Flask-HTTPAuth==2.3.0 Flask-SQLAlchemy==2.0 -Jinja2==2.7.3 +Jinja2==3.1.6 MarkupSafe==0.23 SQLAlchemy==0.9.7 WTForms==2.0.1 -Werkzeug==0.9.6 +Werkzeug==3.1.4 cffi==0.8.6 click==3.3 -cryptography==0.6 +cryptography==44.0.1 docopt==0.6.2 itsdangerous==0.24 psycopg2==2.5.4 -pyOpenSSL==0.14 +pyOpenSSL==17.5.0 pycparser==2.10 -requests==2.4.1 +requests==2.32.4 sandman==0.9.8 six==1.8.0