From d269b8b806bcf90cdcad3650b0e29600afbb1e57 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2024 19:44:42 +0000 Subject: [PATCH] Update dependency testing/jsonschema to v4.23.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c60cec5c7b..3d8c21d177 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -73,7 +73,7 @@ no-version = [ "pyconizer", "c2cwsgiutils[standard]"] testing = [ - "jsonschema==4.22.0", + "jsonschema==4.23.0", "lxml==5.2.2", "pytest==8.2.2", "pytest-cov==5.0.0",