From 1e7e60b867ae8acd333f8bdea56360ffd051c46b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 21 Mar 2026 15:41:59 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=20Bump=20flask=20from=203.1.2=20to=20?= =?UTF-8?q?3.1.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [flask](https://github.com/pallets/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) --- updated-dependencies: - dependency-name: flask dependency-version: 3.1.3 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index adb8429b..ea550778 100644 --- a/poetry.lock +++ b/poetry.lock @@ -550,14 +550,14 @@ files = [ [[package]] name = "flask" -version = "3.1.2" +version = "3.1.3" description = "A simple framework for building complex web applications." optional = false python-versions = ">=3.9" groups = ["main", "dev"] files = [ - {file = "flask-3.1.2-py3-none-any.whl", hash = "sha256:ca1d8112ec8a6158cc29ea4858963350011b5c846a414cdb7a954aa9e967d03c"}, - {file = "flask-3.1.2.tar.gz", hash = "sha256:bf656c15c80190ed628ad08cdfd3aaa35beb087855e2f494910aa3774cc4fd87"}, + {file = "flask-3.1.3-py3-none-any.whl", hash = "sha256:f4bcbefc124291925f1a26446da31a5178f9483862233b23c0c96a20701f670c"}, + {file = "flask-3.1.3.tar.gz", hash = "sha256:0ef0e52b8a9cd932855379197dd8f94047b359ca0a78695144304cb45f87c9eb"}, ] [package.dependencies] @@ -2956,4 +2956,4 @@ mini = ["PyYAML"] [metadata] lock-version = "2.1" python-versions = ">=3.9,<3.13" -content-hash = "b1822061e6483fed20fa9e1ba7bf645bcff8f0968943b6c0ef222599db299278" +content-hash = "b28866abcf27c9617d6f76f0263c96be0f2b3c672c4b38a4c4bb493c211ffcf9" diff --git a/pyproject.toml b/pyproject.toml index 3df7597b..92b728a3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -91,7 +91,7 @@ pre-commit = "^4.3.0" pylint = "^3.3.9" mypy = "^1.18.2" # Dependency of web framework Flask -Flask = "^3.1.2" +Flask = "^3.1.3" gunicorn = ">=21.2,<24.0" # Dependency of web framework FastAPI fastapi = {extras = ["all"], version = ">=0.110,<0.116"}