diff --git a/pyproject.toml b/pyproject.toml index bd3c219..94c6136 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ authors = [{ name = "OpsMill", email = "info@opsmill.com" }] requires-python = ">=3.10,<3.13" dependencies = [ "invoke>=2.2.1,<3.0.0", - "jsonschema==4.25.1", + "jsonschema==4.26.0", ] [dependency-groups]