From 5234a485b80e1fedaca998b0b9d8b35e03ed5ae1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jul 2023 21:21:04 +0000 Subject: [PATCH] fix: bump jsonschema from 4.17.3 to 4.18.3 Bumps [jsonschema](https://github.com/python-jsonschema/jsonschema) from 4.17.3 to 4.18.3. - [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.17.3...v4.18.3) --- updated-dependencies: - dependency-name: jsonschema dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- python-test/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-test/requirements.txt b/python-test/requirements.txt index b2e1fc660..bd3e4b367 100644 --- a/python-test/requirements.txt +++ b/python-test/requirements.txt @@ -7,7 +7,7 @@ retry==0.9.2 selenium==4.10.0 behavex==2.0.1 deepdiff==6.3.0 -jsonschema==4.17.3 +jsonschema==4.18.3 mkdocs==1.4.3 mkdocs-material==9.1.18 prometheus-client==0.17.0