From d4daa3ebb9368d8ae1ee6b247829a1861a6c13fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 21 Jan 2024 03:15:57 +0000 Subject: [PATCH] Bump jsonschema from 4.20.0 to 4.21.1 Bumps [jsonschema](https://github.com/python-jsonschema/jsonschema) from 4.20.0 to 4.21.1. - [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.20.0...v4.21.1) --- updated-dependencies: - dependency-name: jsonschema dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/requirements.txt b/requirements/requirements.txt index 49a3371e..90825788 100644 --- a/requirements/requirements.txt +++ b/requirements/requirements.txt @@ -103,7 +103,7 @@ importlib-resources==6.1.1 # via # jsonschema # jsonschema-specifications -jsonschema==4.20.0 +jsonschema==4.21.1 # via -r requirements/requirements.in jsonschema-specifications==2023.12.1 # via jsonschema