Skip to content

Commit

Permalink
Update flask requirement from <3.0.0 to <4.0.0
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@0.1...3.1.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 13, 2024
1 parent bcfaee3 commit 76e5c9e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ complete = [
"boto3>=1.14.44",
"dask",
"distributed",
"Flask<3.0.0",
"Flask<4.0.0",
"Flask-RangeRequest",
"fsspec[http,s3]>=2023.12.0",
"lxml",
Expand Down Expand Up @@ -85,7 +85,7 @@ s3 = [
"s3fs!=2023.9.0",
]
serve = [
"Flask<3.0.0",
"Flask<4.0.0",
"Flask-RangeRequest",
"werkzeug>=0.15",
]
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dask
distributed
fiona>=1.8.13.post1
flask-rangerequest
flask<3.0.0
flask<4.0.0
fsspec
fsspec[http,s3]>=2023.12.0
fsspec[http]
Expand Down

0 comments on commit 76e5c9e

Please sign in to comment.