From 7b422751a5d96198e3d82444de3977cc2b8f0c50 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 3 Dec 2023 15:46:41 +0000 Subject: [PATCH] chore(deps): bump jsonschema from 4.16.0 to 4.20.0 Bumps [jsonschema](https://github.com/python-jsonschema/jsonschema) from 4.16.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.16.0...v4.20.0) --- updated-dependencies: - dependency-name: jsonschema dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ce97575655..058750a1a5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ flake8==5.0.4 Flask==2.2.5 honcho==1.1.0 python-jose[cryptography]==3.3.0 -jsonschema==4.16.0 +jsonschema==4.20.0 fastjsonschema==2.16.2 packaging==21.3 # Do not update parsimonious, there is a performance issue in newer versions