From dd847eed4e0d29a8bfc243380bd1a0d5ed2ee5da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Apr 2026 23:52:55 +0000 Subject: [PATCH] chore(deps): bump jsonschema from 4.25.1 to 4.26.0 Bumps [jsonschema](https://github.com/python-jsonschema/jsonschema) from 4.25.1 to 4.26.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.25.1...v4.26.0) --- updated-dependencies: - dependency-name: jsonschema dependency-version: 4.26.0 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 0e92380..9765e1e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ mypy==1.20.1 mypy-extensions==1.1.0 urllib3==2.6.3 cryptography==46.0.7 -jsonschema==4.25.1 +jsonschema==4.26.0 PyJWT==2.12.1 requests==2.32.5 boto3==1.42.91