Skip to content

Commit 05f61aa

Browse files
dependabot[bot]mdellweg
authored andcommitted
Update jsonschema requirement from <4.26,>=4.4 to >=4.4,<4.27
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.26.0) --- updated-dependencies: - dependency-name: jsonschema dependency-version: 4.26.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d6d46fe commit 05f61aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ classifiers=[
2323
]
2424
requires-python = ">=3.11"
2525
dependencies = [
26-
"jsonschema>=4.4,<4.26",
26+
"jsonschema>=4.4,<4.27",
2727
"pulpcore>=3.73.2,<3.115",
2828
"pyjwt[crypto]>=2.4,<2.11",
2929
]

0 commit comments

Comments
 (0)