From 5133641e1c9af13731a0a688f82161d3b4f50671 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Aug 2023 03:36:28 +0000 Subject: [PATCH] Bump jsonschema from 3.2.0 to 4.19.0 Bumps [jsonschema](https://github.com/python-jsonschema/jsonschema) from 3.2.0 to 4.19.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/v3.2.0...v4.19.0) --- updated-dependencies: - dependency-name: jsonschema dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 86a88d4..b81fe66 100644 --- a/requirements.txt +++ b/requirements.txt @@ -22,7 +22,7 @@ incremental==16.10.1 Jinja2==2.10.1 jsonpatch==1.22 jsonpointer==2.0 -jsonschema==3.2.0 +jsonschema==4.19.0 keyring==18.0.1 language-selector==0.1 launchpadlib==1.10.13