diff --git a/pyproject.toml b/pyproject.toml index 3b2b51c13..0d3fa50f0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ classifiers=[ ] requires-python = ">=3.11" dependencies = [ - "jsonschema>=4.4,<4.25", + "jsonschema>=4.4,<4.26", "pulpcore>=3.73.2,<3.100", "pyjwt[crypto]>=2.4,<2.11", ]