Skip to content

Commit

Permalink
chore(deps): update jsonschema requirement
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.21.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 22, 2024
1 parent 7e796a0 commit 2bbbf20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ tabulate >=0.8.9,<0.10
polyleven >=0.8,<0.9

# JSON schema.
jsonschema >=4.4.0,<4.21
jsonschema >=4.4.0,<4.22

# Type checking
typeguard >=2.13.3,<5.0

0 comments on commit 2bbbf20

Please sign in to comment.