Update flask requirement from ==2.1.* to ==2.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.1.0...2.2.2)

---
updated-dependencies:
- dependency-name: flask
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-11-07 12:10:39 +00:00 committed by GitHub
parent 573fdae37f
commit f2b4d5bbe6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
click == 8.1.*
Flask == 2.1.*
Flask == 2.2.*
imutils == 0.5.*
matplotlib == 3.5.*
mypy == 0.942