-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update jsonschema requirement from <4.5,>=4.4 to >=4.4,<4.20
Updates the requirements on [jsonschema](https://github.com/python-jsonschema/jsonschema) to permit the latest version. - [Release notes](https://github.com/python-jsonschema/jsonschema/releases) - [Changelog](https://github.com/python-jsonschema/jsonschema/blob/main/CHANGELOG.rst) - [Commits](python-jsonschema/jsonschema@v4.4.0...v4.19.1) --- updated-dependencies: - dependency-name: jsonschema dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
9375620
commit 8710b1b
Showing
2 changed files
with
38 additions
and
2 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,37 @@ | ||
# Base requirements | ||
|
||
# Attrs, helpful for removing boilerplate, cattr is for serialization/deserializaton. | ||
attrs >=21.2.0,<22.0 | ||
cattrs >=1.7.1,<2.0 | ||
# Easy date parsing (e.g., from API). | ||
python-dateutil >=2.8.1,<3.0 | ||
|
||
# JSON Schema | ||
jsonschema >=4.4,<4.5 | ||
|
||
# Easy logging. | ||
logzero >=1.7.0,<2.0 | ||
|
||
# Compact, round-tripable configuration format. | ||
toml >=0.10.2,<0.11 | ||
|
||
# simplejson has better encoders/decoders | ||
simplejson >=3.17.2,<4.0 | ||
|
||
# HTTP requests for humans. | ||
requests >=2.25.1,<3.0 | ||
|
||
# Useful progress display. | ||
tqdm >=4.61.1,<5.0 | ||
|
||
# Tabular display. | ||
tabulate >=0.8.9,<0.9 | ||
|
||
# Levenshtein distance. | ||
polyleven >=0.8,<0.9 | ||
|
||
# JSON schema. | ||
jsonschema >=4.4.0,<4.20 | ||
|
||
# Type checking | ||
typeguard >=2.13.3,<3.0 |
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