From 9c9051523ef3498b27f8973cb9e2889198acacc5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Nov 2022 02:02:45 +0000 Subject: [PATCH] Bump jsonschema from 3.2.0 to 4.17.0 Bumps [jsonschema](https://github.com/python-jsonschema/jsonschema) from 3.2.0 to 4.17.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.17.0) --- updated-dependencies: - dependency-name: jsonschema dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- tests/test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test-requirements.txt b/tests/test-requirements.txt index f6e856f..70379df 100644 --- a/tests/test-requirements.txt +++ b/tests/test-requirements.txt @@ -4,4 +4,4 @@ mock==4.0.2 tox==3.20.1 testtools==2.4.0 ddt==1.4.1 -jsonschema==3.2.0 \ No newline at end of file +jsonschema==4.17.0 \ No newline at end of file