From c7cce602153272dded4eee8b2dc4438ebb968156 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 14 Jul 2024 04:35:31 +0000 Subject: [PATCH] Bump jsonschema from 4.21.1 to 4.23.0 Bumps [jsonschema](https://github.com/python-jsonschema/jsonschema) from 4.21.1 to 4.23.0. - [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.21.1...v4.23.0) --- updated-dependencies: - dependency-name: jsonschema dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements/dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/dev.txt b/requirements/dev.txt index 56ed61b6..d1b6dc78 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -95,7 +95,7 @@ jinja2==3.1.3 # -r requirements/prod.txt # diff-cover # mkdocs -jsonschema==4.21.1 +jsonschema==4.23.0 # via -r requirements/dev.in jsonschema-specifications==2023.12.1 # via jsonschema