From 7b96bb56e7982add9f42f5d8ae65c08dbedbacc3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 13:14:48 +0000 Subject: [PATCH] Update flask requirement from ^2.2.2 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/2.2.2...3.0.1) --- 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 05a19b0..560054d 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.1" wsgiserver = "^1.3" shapely = "^2.0.1" matplotlib = "^3.7.1"