From ec559b74d72dc2f4b57ced023e66102db5020272 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 03:10:00 +0000 Subject: [PATCH] chore(deps):(deps-dev): update flask requirement from >=2.0 to >=3.1.3 Updates the requirements on [flask](https://github.com/pallets/flask) to permit the latest version. - [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.0.0...3.1.3) --- updated-dependencies: - dependency-name: flask dependency-version: 3.1.3 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index b0a6a82..599c6bd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -69,11 +69,11 @@ Discussions = "https://github.com/Mullassery/PyStreamXL/discussions" dev = [ "pytest>=7.0", "pytest-cov>=4.0", - "flask>=2.0", + "flask>=3.1.3", "openpyxl>=3.0", ] server = [ - "flask>=2.0", + "flask>=3.1.3", ] [tool.maturin]