From abc62e3b5dfd0b6e5d267e5190b07ce58baa62a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Jul 2024 13:29:53 -0400 Subject: [PATCH] [deps] Update jsonschema requirement from ~=4.4.0 to ~=4.23.0 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/v4.4.0...v4.23.0) --- updated-dependencies: - dependency-name: jsonschema dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 50dfefbf6..27efe564e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ jinja2~=3.1.4 -jsonschema~=4.4.0 +jsonschema~=4.23.0