Skip to content

Commit fdaaa04

Browse files
chore(deps): update jsonschema requirement from >=4.20 to >=4.26.0 (#266)
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.20.0...v4.26.0) --- updated-dependencies: - dependency-name: jsonschema dependency-version: 4.26.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 76c3e44 commit fdaaa04

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ classifiers = [
2323
]
2424
dependencies = [
2525
"pydantic>=2.0",
26-
"jsonschema>=4.20",
26+
"jsonschema>=4.26.0",
2727
# `jsonschema` treats `format` as an annotation unless a checker for that format is
2828
# installed. Without this, all eight `"format": "uri"` declarations in
2929
# schema/trace-claim.json are inert: `validate_json` builds a `FormatChecker`, the

0 commit comments

Comments
 (0)