From 98d9df6710f5410ce81eae086e5a9194ccc068e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 18:15:27 +0000 Subject: [PATCH] chore(deps): bump the pip group across 3 directories with 7 updates Bumps the pip group with 6 updates in the /backend directory: | Package | From | To | | --- | --- | --- | | [flask](https://github.com/pallets/flask) | `3.0.0` | `3.1.3` | | [jinja2](https://github.com/pallets/jinja) | `3.1.2` | `3.1.6` | | [requests](https://github.com/psf/requests) | `2.31.0` | `2.33.0` | | [flask-cors](https://github.com/corydolphin/flask-cors) | `4.0.0` | `6.0.0` | | [python-dotenv](https://github.com/theskumar/python-dotenv) | `1.0.0` | `1.2.2` | | [cryptography](https://github.com/pyca/cryptography) | `42.0.8` | `46.0.7` | Bumps the pip group with 1 update in the /scaffold/cookiecutter-fastapi/{{cookiecutter.project_slug}} directory: [python-dotenv](https://github.com/theskumar/python-dotenv). Bumps the pip group with 3 updates in the /scaffold/cookiecutter-flask/{{cookiecutter.project_slug}} directory: [flask](https://github.com/pallets/flask), [python-dotenv](https://github.com/theskumar/python-dotenv) and [gunicorn](https://github.com/benoitc/gunicorn). Updates `flask` from 3.0.0 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.0...3.1.3) 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.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.31.0...v2.33.0) 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 `python-dotenv` from 1.0.0 to 1.2.2 - [Release notes](https://github.com/theskumar/python-dotenv/releases) - [Changelog](https://github.com/theskumar/python-dotenv/blob/main/CHANGELOG.md) - [Commits](https://github.com/theskumar/python-dotenv/compare/v1.0.0...v1.2.2) Updates `cryptography` from 42.0.8 to 46.0.7 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/42.0.8...46.0.7) Updates `python-dotenv` from 1.0.0 to 1.2.2 - [Release notes](https://github.com/theskumar/python-dotenv/releases) - [Changelog](https://github.com/theskumar/python-dotenv/blob/main/CHANGELOG.md) - [Commits](https://github.com/theskumar/python-dotenv/compare/v1.0.0...v1.2.2) Updates `flask` from 3.0.0 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.0...3.1.3) Updates `python-dotenv` from 1.0.0 to 1.2.2 - [Release notes](https://github.com/theskumar/python-dotenv/releases) - [Changelog](https://github.com/theskumar/python-dotenv/blob/main/CHANGELOG.md) - [Commits](https://github.com/theskumar/python-dotenv/compare/v1.0.0...v1.2.2) Updates `gunicorn` from 21.2.0 to 22.0.0 - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](https://github.com/benoitc/gunicorn/compare/21.2.0...22.0.0) --- updated-dependencies: - dependency-name: flask dependency-version: 3.1.3 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: flask-cors dependency-version: 6.0.0 dependency-type: direct:production dependency-group: pip - dependency-name: python-dotenv dependency-version: 1.2.2 dependency-type: direct:production dependency-group: pip - dependency-name: cryptography dependency-version: 46.0.7 dependency-type: direct:production dependency-group: pip - dependency-name: python-dotenv dependency-version: 1.2.2 dependency-type: direct:production dependency-group: pip - dependency-name: flask dependency-version: 3.1.3 dependency-type: direct:production dependency-group: pip - dependency-name: python-dotenv dependency-version: 1.2.2 dependency-type: direct:production dependency-group: pip - dependency-name: gunicorn dependency-version: 22.0.0 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 12 ++++++------ .../{{cookiecutter.project_slug}}/requirements.txt | 2 +- .../{{cookiecutter.project_slug}}/requirements.txt | 6 +++--- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index d1baaaf..8e9bcc3 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -1,13 +1,13 @@ -Flask==3.0.0 +Flask==3.1.3 PyYAML==6.0.1 -Jinja2==3.1.2 -requests==2.31.0 -flask-cors==4.0.0 +Jinja2==3.1.6 +requests==2.33.0 +flask-cors==6.0.0 flasgger==0.9.7.1 Flask-SQLAlchemy==3.1.1 Flask-Migrate==4.0.5 -python-dotenv==1.0.0 -cryptography==42.0.8 +python-dotenv==1.2.2 +cryptography==46.0.7 Flask-JWT-Extended==4.6.0 Flask-Bcrypt==1.0.1 email-validator==2.1.0 \ No newline at end of file diff --git a/scaffold/cookiecutter-fastapi/{{cookiecutter.project_slug}}/requirements.txt b/scaffold/cookiecutter-fastapi/{{cookiecutter.project_slug}}/requirements.txt index 00cccad..1c30ba8 100644 --- a/scaffold/cookiecutter-fastapi/{{cookiecutter.project_slug}}/requirements.txt +++ b/scaffold/cookiecutter-fastapi/{{cookiecutter.project_slug}}/requirements.txt @@ -1,4 +1,4 @@ fastapi==0.104.1 uvicorn[standard]==0.24.0 -python-dotenv==1.0.0 +python-dotenv==1.2.2 pydantic==2.5.0 \ No newline at end of file diff --git a/scaffold/cookiecutter-flask/{{cookiecutter.project_slug}}/requirements.txt b/scaffold/cookiecutter-flask/{{cookiecutter.project_slug}}/requirements.txt index adafe9a..2265d35 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 +Flask==3.1.3 +python-dotenv==1.2.2 +gunicorn==22.0.0 \ No newline at end of file