From 8f223b0e4a7805f8fbec01622c0ea49b903df133 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 19 Nov 2023 04:05:49 +0000 Subject: [PATCH] Bump jsonschema from 4.19.0 to 4.20.0 Bumps [jsonschema](https://github.com/python-jsonschema/jsonschema) from 4.19.0 to 4.20.0. - [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.20.0) --- updated-dependencies: - dependency-name: jsonschema dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements/dev.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/requirements/dev.txt b/requirements/dev.txt index 4439557f..bea5ab80 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -66,6 +66,8 @@ filelock==3.12.2 # virtualenv ghp-import==2.1.0 # via mkdocs +greenlet==3.0.1 + # via sqlalchemy gvgen==1.0 # via -r requirements/prod.txt identify==2.5.26 @@ -86,7 +88,7 @@ jinja2==3.1.2 # -r requirements/prod.txt # diff-cover # mkdocs -jsonschema==4.19.0 +jsonschema==4.20.0 # via -r requirements/dev.in jsonschema-specifications==2023.7.1 # via jsonschema