Skip to content

Commit

Permalink
Update flask requirement from <2.1,>=1.0 to >=1.0,<3.1
Browse files Browse the repository at this point in the history
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@1.0...3.0.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 2, 2023
1 parent cdc4c9b commit c4508f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"markupsafe<2.0"
],
extras_require={
"Flask": ["Flask>=1.0,<2.1"],
"Flask": ["Flask>=1.0,<3.1"],
"dev": [
"pytest",
"pytest-flakes",
Expand Down

0 comments on commit c4508f6

Please sign in to comment.