From a20a750ce20fca82e7165013682061634084c979 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 12 Jul 2023 16:09:10 +0000 Subject: [PATCH] fix(deps): update dependency jsonschema to v4.18.2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1bd6d00e..b652535d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ anyconfig = "0.13.0" appdirs = "1.4.4" colorama = "0.4.6" environs = "9.5.0" -jsonschema = "4.17.3" +jsonschema = "4.18.2" nested-lookup = "0.2.25" pathspec = "0.11.1" python = "^3.7.0"