Skip to content

Commit

Permalink
Update jsonschema requirement from <4.5,>=4.4 to >=4.4,<4.20
Browse files Browse the repository at this point in the history
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
dependabot[bot] authored Oct 30, 2023
1 parent 9375620 commit 8710b1b
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 2 deletions.
1 change: 0 additions & 1 deletion requirements.txt

This file was deleted.

37 changes: 37 additions & 0 deletions requirements.txt
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
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ tabulate >=0.8.9,<0.9
polyleven >=0.8,<0.9

# JSON schema.
jsonschema >=4.4.0,<4.5
jsonschema >=4.4.0,<4.20

# Type checking
typeguard >=2.13.3,<3.0

0 comments on commit 8710b1b

Please sign in to comment.