From f5c6e5a5aeabb264117b177c1ff4309c0577d73c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jul 2023 18:21:58 +0200 Subject: [PATCH] build(deps-dev): bump jsonschema from 4.17.3 to 4.18.3 in /integration (#1819) 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:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- integration/requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration/requirements-dev.txt b/integration/requirements-dev.txt index c341ff47..531c4305 100644 --- a/integration/requirements-dev.txt +++ b/integration/requirements-dev.txt @@ -1,3 +1,3 @@ json-e==4.5.2 -jsonschema==4.17.3 +jsonschema==4.18.3 pytest==7.4.0