From 5394715d9bdae0ecacfe334740aac1d07b7dca29 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Tue, 23 Jul 2024 23:51:24 -0700
Subject: [PATCH] Bump jsonschema from 4.22.0 to 4.23.0 (#11381)

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] <support@github.com>
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 926130b0f..a30ce90aa 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -2,6 +2,6 @@ ansible==9.6.0
 # Needed for jinja2 json_query templating
 jmespath==1.0.1
 # Needed for ansible.utils.validate module
-jsonschema==4.22.0
+jsonschema==4.23.0
 # Needed for ansible.utils.ipaddr
 netaddr==1.3.0
-- 
GitLab