From ef867a57a25a6a21b01a3593feb5b1c82f0f3017 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 28 Oct 2023 17:42:02 +0000 Subject: [PATCH] Update flask requirement from ^2.2.2 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.2...3.0.0) --- 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 365fc85..d71d839 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.0" wsgiserver = "^1.3" shapely = "^2.0.1" matplotlib = "^3.7.1"