From b991edb91ed91186ed505149611f9b88eada4719 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 24 Feb 2024 19:22:05 +0000 Subject: [PATCH] Update flask requirement from ^2.2.2 to ^3.0.2 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.2...3.0.2) --- updated-dependencies: - dependency-name: flask dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 93f6a81..127addf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ packages = [{include = "missionplanner_scripts"}] [tool.poetry.dependencies] python = "^3.9" -flask = "^2.2.2" +flask = "^3.0.2" wsgiserver = "^1.3" shapely = "^2.0.1" matplotlib = "^3.7.1"