From a0540b4a5b101d48090c8554b350000ceae4d724 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 13:38:51 +0000 Subject: [PATCH] fix(deps): update dependency jsonschema-rs to ^0.19.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0051b6a..fb9eea4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ PyYAML = "^6.0.1" imageio = "^2.31.3" imagesize = "^1.4.1" POT = "^0.9.1" -jsonschema-rs = "^0.18.3" +jsonschema-rs = "^0.19.0" scikit-learn = "^1.3.0" typing-extensions = "^4.7.1" watchdog = "^3.0.0"