From 7c0a2ce20b3ba36a8fe43fb60a881d8acad9ad7d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 07:23:04 +0000 Subject: [PATCH] [noissue]: Update jsonschema requirement from <4.23,>=4.4 to >=4.4,<4.24 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] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index df4182125..67b39f97e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ -jsonschema>=4.4,<4.23 +jsonschema>=4.4,<4.24 pulpcore>=3.49.0,<3.70 pyjwt[crypto]>=2.4,<2.9