From e04a4b1ba0ad7a4f5c6371714d355f6ba99e6908 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jul 2023 21:08:25 +0000 Subject: [PATCH] fix: bump jsonschema from 4.17.3 to 4.18.4 Bumps [jsonschema](https://github.com/python-jsonschema/jsonschema) from 4.17.3 to 4.18.4. - [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.4) --- 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..cd8a90e24 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.4 mkdocs==1.4.3 mkdocs-material==9.1.18 prometheus-client==0.17.0