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.22.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 13, 2024
1 parent 7512142 commit 91816c1
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 @@ -13,7 +13,7 @@ toml >=0.10.2,<0.11
typer >=0.9,<0.13

# JSON Schema
jsonschema >=4.4,<4.22
jsonschema >=4.4,<4.23

# Easy logging.
logzero >=1.7.0,<2.0
Expand Down

0 comments on commit 91816c1

Please sign in to comment.