From 8744d2b19b3844f2dc22574e11fd3ea76119d65e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Jul 2025 14:35:25 +0000 Subject: [PATCH] Bump the pip group with 6 updates Bumps the pip group with 6 updates: | Package | From | To | | --- | --- | --- | | [flask-cors](https://github.com/corydolphin/flask-cors) | `5.0.0` | `6.0.0` | | [gunicorn](https://github.com/benoitc/gunicorn) | `22.0.0` | `23.0.0` | | [h11](https://github.com/python-hyper/h11) | `0.14.0` | `0.16.0` | | [jinja2](https://github.com/pallets/jinja) | `3.1.4` | `3.1.6` | | [requests](https://github.com/psf/requests) | `2.32.3` | `2.32.4` | | [urllib3](https://github.com/urllib3/urllib3) | `2.2.2` | `2.5.0` | 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 `gunicorn` from 22.0.0 to 23.0.0 - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](https://github.com/benoitc/gunicorn/compare/22.0.0...23.0.0) Updates `h11` from 0.14.0 to 0.16.0 - [Commits](https://github.com/python-hyper/h11/compare/v0.14.0...v0.16.0) 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.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.32.3...v2.32.4) Updates `urllib3` from 2.2.2 to 2.5.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.2...2.5.0) --- updated-dependencies: - dependency-name: flask-cors dependency-version: 6.0.0 dependency-type: direct:production dependency-group: pip - dependency-name: gunicorn dependency-version: 23.0.0 dependency-type: direct:production dependency-group: pip - dependency-name: h11 dependency-version: 0.16.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: requests dependency-version: 2.32.4 dependency-type: direct:production dependency-group: pip - dependency-name: urllib3 dependency-version: 2.5.0 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- requirements.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/requirements.txt b/requirements.txt index 0c11a0c..f6c92b6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,15 +10,15 @@ click==8.1.7 distro==1.9.0 Flask==3.0.3 Flask-APScheduler==1.13.1 -Flask-Cors==5.0.0 +Flask-Cors==6.0.0 Flask-RESTful==0.3.10 -gunicorn==22.0.0 -h11==0.14.0 +gunicorn==23.0.0 +h11==0.16.0 httpcore==1.0.5 httpx==0.27.0 idna==3.8 itsdangerous==2.2.0 -Jinja2==3.1.4 +Jinja2==3.1.6 Mako==1.3.5 MarkupSafe==2.1.5 openai==1.39.0 @@ -29,12 +29,12 @@ pydantic_core==2.27.2 python-dateutil==2.9.0.post0 python-dotenv==1.0.1 pytz==2024.1 -requests==2.32.3 +requests==2.32.4 six==1.16.0 sniffio==1.3.1 SQLAlchemy==2.0.36 tqdm==4.66.4 typing_extensions==4.12.2 tzlocal==5.2 -urllib3==2.2.2 +urllib3==2.5.0 Werkzeug==3.1.3