-
Notifications
You must be signed in to change notification settings - Fork 85
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: Update lower bound of click to v8.0.0
* Update lower bound of the supported click versions to v8.0.0 as it is required to support behavior in PR #1909. * Update tests/constraints.txt to use click==8.0.0.
- Loading branch information
1 parent
3ac885e
commit bb8665a
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# core | ||
scipy==1.1.0 | ||
click==7.0 | ||
click==8.0.0 | ||
tqdm==4.56.0 | ||
jsonschema==3.0.0 | ||
jsonpatch==1.15 | ||
|