Skip to content

Commit

Permalink
Update flask requirement from <3,>=2.0.0 to >=2.0.0,<4 (#191)
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@2.0.0...3.0.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 3, 2024
1 parent aa1b34f commit 3466f58
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ classifiers = [
requires-python = '>=3.8'
dependencies = [
"click",
"flask>=2.0.0,<3",
"flask>=2.0.0,<4",
"Flask-Caching",
"flask-cors",
"flask-restx>=0.5.0",
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
click
flask>=2.0.0,<3
flask>=2.0.0,<4
Flask-Caching
flask-cors
flask-restx>=0.5.0
Expand Down

0 comments on commit 3466f58

Please sign in to comment.