Skip to content
Snippets Groups Projects
Unverified Commit 48fb2faa authored by dependabot[bot]'s avatar dependabot[bot] Committed by GitHub
Browse files

build(deps-dev): update jsonschema requirement from <4 to <5 (#1871)

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](https://github.com/python-jsonschema/jsonschema/compare/v0.1...v4.16.0

)

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

Signed-off-by: default avatardependabot[bot] <support@github.com>

Signed-off-by: default avatardependabot[bot] <support@github.com>
Co-authored-by: default avatardependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
parent 08acc4b8
No related branches found
No related tags found
No related merge requests found
...@@ -31,7 +31,7 @@ dependencies = [ ...@@ -31,7 +31,7 @@ dependencies = [
"click>=7.1,<9", "click>=7.1,<9",
"docutils>=0.15,<0.18", "docutils>=0.15,<0.18",
"Jinja2", "Jinja2",
"jsonschema<4", "jsonschema<5",
"linkify-it-py~=1.0.1", "linkify-it-py~=1.0.1",
"myst-nb~=0.13.1", "myst-nb~=0.13.1",
"pyyaml", "pyyaml",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment