From d73a45dde7db6bba79e57fc37547d4ac94662503 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jun 2026 07:30:35 +0000 Subject: [PATCH] Bump the pip group across 1 directory with 7 updates Bumps the pip group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [flask](https://github.com/pallets/flask) | `3.0.3` | `3.1.3` | | [flask-cors](https://github.com/corydolphin/flask-cors) | `5.0.0` | `6.0.0` | | [idna](https://github.com/kjd/idna) | `3.10` | `3.15` | | [jinja2](https://github.com/pallets/jinja) | `3.1.4` | `3.1.6` | | [requests](https://github.com/psf/requests) | `2.32.3` | `2.33.0` | | [urllib3](https://github.com/urllib3/urllib3) | `2.2.3` | `2.7.0` | | [werkzeug](https://github.com/pallets/werkzeug) | `3.0.4` | `3.1.6` | Updates `flask` from 3.0.3 to 3.1.3 - [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/3.0.3...3.1.3) Updates `flask-cors` from 5.0.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/5.0.0...6.0.0) Updates `idna` from 3.10 to 3.15 - [Release notes](https://github.com/kjd/idna/releases) - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.md) - [Commits](https://github.com/kjd/idna/compare/v3.10...v3.15) 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.32.3 to 2.33.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.32.3...v2.33.0) Updates `urllib3` from 2.2.3 to 2.7.0 - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/2.2.3...2.7.0) Updates `werkzeug` from 3.0.4 to 3.1.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/3.0.4...3.1.6) --- updated-dependencies: - dependency-name: flask dependency-version: 3.1.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: idna dependency-version: '3.15' 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.33.0 dependency-type: direct:production dependency-group: pip - dependency-name: urllib3 dependency-version: 2.7.0 dependency-type: direct:production dependency-group: pip - dependency-name: werkzeug dependency-version: 3.1.6 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- requirements.txt | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/requirements.txt b/requirements.txt index da068dd..b0b2930 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,16 +2,16 @@ cachelib==0.13.0 certifi==2024.8.30 charset-normalizer==3.4.0 click==8.1.7 -Flask==3.0.3 -Flask-Cors==5.0.0 +Flask==3.1.3 +Flask-Cors==6.0.0 gunicorn==23.0.0 -idna==3.10 +idna==3.15 itsdangerous==2.2.0 -Jinja2==3.1.4 +Jinja2==3.1.6 MarkupSafe==2.1.5 redis==5.1.1 -requests==2.32.3 +requests==2.33.0 six==1.16.0 -urllib3==2.2.3 -Werkzeug==3.0.4 +urllib3==2.7.0 +Werkzeug==3.1.6 WTForms==3.1.2