From a2455f39797520fb293965fd7928e61f8d677f98 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Sep 2023 17:46:27 +0000 Subject: [PATCH] chore(deps): update jsonschema requirement from ==4.17.* to ==4.19.* Updates the requirements on [jsonschema](https://github.com/python-jsonschema/jsonschema) to permit the latest version. - [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.0...v4.19.0) --- updated-dependencies: - dependency-name: jsonschema dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fccfc99a..2be97776 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ dependencies = [ "typing_extensions ~= 4.5", "xxhash ~= 3.2", # Pinning due to new 4.18 dependencies breaking pyinstaller implementation - "jsonschema == 4.17.*", + "jsonschema == 4.19.*", ] [project.scripts]