From 5c4a266c659f329e8035bc5bb3eedc8daa816b68 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jan 2024 04:37:02 +0000 Subject: [PATCH] Update flask requirement from 2.2.5 to 3.0.0 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.2.5...3.0.0) --- updated-dependencies: - dependency-name: flask dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8566c70..343b5e7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -64,7 +64,7 @@ mypy = "==0.910" optional = true [tool.poetry.group.contract-tests.dependencies] -Flask = "2.2.5" +Flask = "3.0.0" requests = ">=2.31.0" urllib3 = ">=1.22.0,<3"