Skip to content

Commit 8918372

Browse files
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](pallets/flask@2.2.2...3.0.0) --- updated-dependencies: - dependency-name: flask dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e917dac commit 8918372

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ packages = [{include = "missionplanner_scripts"}]
88

99
[tool.poetry.dependencies]
1010
python = "^3.9"
11-
flask = "^2.2.2"
11+
flask = "^3.0.0"
1212
wsgiserver = "^1.3"
1313
shapely = "^2.0.1"
1414
matplotlib = "^3.7.1"

0 commit comments

Comments
 (0)