From 6ad6e074e5bfe8cbd7a7eaea52e21ffee11a1d7d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2024 20:39:26 +0000 Subject: [PATCH] Bump jsonschema from 4.22.0 to 4.23.0 Bumps [jsonschema](https://github.com/python-jsonschema/jsonschema) from 4.22.0 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.22.0...v4.23.0) --- updated-dependencies: - dependency-name: jsonschema dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b1b8104..19e984d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -50,7 +50,7 @@ idna==3.7 # via requests iniconfig==2.0.0 # via pytest -jsonschema==4.22.0 +jsonschema==4.23.0 # via semgrep jsonschema-specifications==2023.12.1 # via jsonschema