From 83256332d8de1bc9df57f50b46d6ed0237e7d764 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Feb 2026 04:17:33 +0000 Subject: [PATCH] Chore(deps): Bump the pip group across 1 directory with 2 updates Bumps the pip group with 2 updates in the / directory: [flask](https://github.com/pallets/flask) and [werkzeug](https://github.com/pallets/werkzeug). Updates `flask` from 3.1.2 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.1.2...3.1.3) Updates `werkzeug` from 3.1.5 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.1.5...3.1.6) --- 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 ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ad0236b..7cff421 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ requires-python = ">=3.11" license = { text = "Apache-2.0" } dependencies = [ - "Flask==3.1.2", + "Flask==3.1.3", "Jinja2==3.1.6", "PyMySQL==1.1.2", "argon2-cffi==25.1.0", diff --git a/requirements.txt b/requirements.txt index 10bc881..3a5712e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ cffi==2.0.0 click==8.3.1 colorama==0.4.6 cryptography==46.0.5 -Flask==3.1.2 +Flask==3.1.3 gunicorn==25.1.0; platform_system != "Windows" itsdangerous==2.2.0 Jinja2==3.1.6 @@ -20,4 +20,4 @@ setuptools==82.0.0 types-PyMySQL==1.1.0.20251220 typing_extensions==4.15.0 waitress==3.0.2; platform_system == "Windows" -Werkzeug==3.1.5 +Werkzeug==3.1.6