From 08bb796893af62bd28ed2c7ecaeade7cbfecad8e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Sep 2023 12:59:19 +0000 Subject: [PATCH] Update jsonschema requirement from ~=4.19.0 to ~=4.19.1 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.19.0...v4.19.1) --- updated-dependencies: - dependency-name: jsonschema dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 82a3792..7c5fb00 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ click~=8.1.7 GitPython==3.1.32 -jsonschema~=4.19.0 +jsonschema~=4.19.1 rich~=13.5.2 \ No newline at end of file