From efb4fee4c368050d4eb427773f7353198a5d7932 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Aug 2023 03:44:52 +0000 Subject: [PATCH] build(deps): bump jsonschema from 3.2.0 to 4.18.6 Bumps [jsonschema](https://github.com/python-jsonschema/jsonschema) from 3.2.0 to 4.18.6. - [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.18.6) --- updated-dependencies: - dependency-name: jsonschema dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index 4b04d1bcad..02d7b22523 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -6,7 +6,7 @@ pytest-forked<=1.4.0 pytest-localserver==0.5.0 pytest-watch==4.2.0 tox==3.7.0 -jsonschema==3.2.0 +jsonschema==4.18.6 pyrsistent==0.16.0 # TODO(py3): 0.17.0 requires python3, see https://github.com/tobgu/pyrsistent/issues/205 executing asttokens