From 37fb55ba3fd7e9a62fd9ec7663410bb97be6d593 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Jul 2025 15:45:36 +0000 Subject: [PATCH] chore(deps): bump the pip group across 2 directories with 4 updates Bumps the pip group with 3 updates in the /backend directory: [jinja2](https://github.com/pallets/jinja), [requests](https://github.com/psf/requests) and [flask-cors](https://github.com/corydolphin/flask-cors). Bumps the pip group with 1 update in the /scaffold/cookiecutter-flask/{{cookiecutter.project_slug}} directory: [gunicorn](https://github.com/benoitc/gunicorn). Updates `jinja2` from 3.1.2 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.2...3.1.6) Updates `requests` from 2.31.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.31.0...v2.32.4) Updates `flask-cors` from 4.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/4.0.0...6.0.0) Updates `gunicorn` from 21.2.0 to 23.0.0 - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](https://github.com/benoitc/gunicorn/compare/21.2.0...23.0.0) --- updated-dependencies: - 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: 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 ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 6 +++--- .../{{cookiecutter.project_slug}}/requirements.txt | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index a76a1c3..2fd6e19 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -1,8 +1,8 @@ Flask==3.0.0 PyYAML==6.0.1 -Jinja2==3.1.2 -requests==2.31.0 -flask-cors==4.0.0 +Jinja2==3.1.6 +requests==2.32.4 +flask-cors==6.0.0 flasgger==0.9.7.1 Flask-SQLAlchemy==3.1.1 Flask-Migrate==4.0.5 diff --git a/scaffold/cookiecutter-flask/{{cookiecutter.project_slug}}/requirements.txt b/scaffold/cookiecutter-flask/{{cookiecutter.project_slug}}/requirements.txt index adafe9a..67f09a7 100644 --- a/scaffold/cookiecutter-flask/{{cookiecutter.project_slug}}/requirements.txt +++ b/scaffold/cookiecutter-flask/{{cookiecutter.project_slug}}/requirements.txt @@ -1,3 +1,3 @@ Flask==3.0.0 python-dotenv==1.0.0 -gunicorn==21.2.0 \ No newline at end of file +gunicorn==23.0.0 \ No newline at end of file