From 05417f62fe89bfe9728de8ddf7b9b7f8e55b278b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jan 2024 04:28:40 +0000 Subject: [PATCH] Update flask requirement from 3.0.0 to 3.0.1 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/3.0.0...3.0.1) --- 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 38cf08b..5cc1986 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -64,7 +64,7 @@ mypy = "==1.8.0" optional = true [tool.poetry.group.contract-tests.dependencies] -Flask = "3.0.0" +Flask = "3.0.1" requests = ">=2.31.0" urllib3 = ">=1.22.0,<3"