From ebe49ebd2182d7ac605ae10f8682c75d6394f903 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 May 2026 14:04:00 +0000 Subject: [PATCH] chore(deps): bump the pip group across 2 directories with 5 updates Bumps the pip group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [flask](https://github.com/pallets/flask) | `2.3.3` | `3.1.3` | | [werkzeug](https://github.com/pallets/werkzeug) | `2.3.7` | `3.1.6` | | [pymysql](https://github.com/PyMySQL/PyMySQL) | `1.1.0` | `1.1.1` | | [pytest](https://github.com/pytest-dev/pytest) | `7.4.3` | `9.0.3` | | [requests](https://github.com/psf/requests) | `2.31.0` | `2.33.0` | Bumps the pip group with 3 updates in the /app directory: [flask](https://github.com/pallets/flask), [werkzeug](https://github.com/pallets/werkzeug) and [pymysql](https://github.com/PyMySQL/PyMySQL). Updates `flask` from 2.3.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/2.3.3...3.1.3) Updates `werkzeug` from 2.3.7 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/2.3.7...3.1.6) Updates `pymysql` from 1.1.0 to 1.1.1 - [Release notes](https://github.com/PyMySQL/PyMySQL/releases) - [Changelog](https://github.com/PyMySQL/PyMySQL/blob/main/CHANGELOG.md) - [Commits](https://github.com/PyMySQL/PyMySQL/compare/v1.1.0...v1.1.1) Updates `pytest` from 7.4.3 to 9.0.3 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/7.4.3...9.0.3) 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` from 2.3.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/2.3.3...3.1.3) Updates `werkzeug` from 2.3.7 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/2.3.7...3.1.6) Updates `pymysql` from 1.1.0 to 1.1.1 - [Release notes](https://github.com/PyMySQL/PyMySQL/releases) - [Changelog](https://github.com/PyMySQL/PyMySQL/blob/main/CHANGELOG.md) - [Commits](https://github.com/PyMySQL/PyMySQL/compare/v1.1.0...v1.1.1) --- updated-dependencies: - dependency-name: flask dependency-version: 3.1.3 dependency-type: direct:production dependency-group: pip - dependency-name: werkzeug dependency-version: 3.1.6 dependency-type: direct:production dependency-group: pip - dependency-name: pymysql dependency-version: 1.1.1 dependency-type: direct:production dependency-group: pip - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:development dependency-group: pip - dependency-name: requests dependency-version: 2.33.0 dependency-type: direct:development dependency-group: pip - dependency-name: flask dependency-version: 3.1.3 dependency-type: direct:production dependency-group: pip - dependency-name: werkzeug dependency-version: 3.1.6 dependency-type: direct:production dependency-group: pip - dependency-name: pymysql dependency-version: 1.1.1 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- app/requirements.txt | 6 +++--- requirements-dev.txt | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app/requirements.txt b/app/requirements.txt index 0ba865c..903cf86 100644 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -1,10 +1,10 @@ -Flask==2.3.3 +Flask==3.1.3 Flask-SQLAlchemy==3.0.5 Flask-Login==0.6.3 -Werkzeug==2.3.7 +Werkzeug==3.1.6 Flask-Mail==0.10.0 Flask-Migrate==4.0.5 -PyMySQL==1.1.0 +PyMySQL==1.1.1 gunicorn cryptography geoip2>=4.8.0 diff --git a/requirements-dev.txt b/requirements-dev.txt index 8e7855a..2be99f1 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,3 +1,3 @@ -pytest==7.4.3 +pytest==9.0.3 pytest-flask==1.3.0 -requests==2.31.0 \ No newline at end of file +requests==2.33.0 \ No newline at end of file