From 43378a58283dea4e18a969c5e80d88dd2d60b79e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Nov 2022 16:01:54 +0000 Subject: [PATCH] Bump jsonschema from 4.17.1 to 4.17.3 Bumps [jsonschema](https://github.com/python-jsonschema/jsonschema) from 4.17.1 to 4.17.3. - [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.1...v4.17.3) --- updated-dependencies: - dependency-name: jsonschema dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f927214388..3cf6c8c5cd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -162,7 +162,7 @@ jmespath==0.10.0 # botocore jsonfield==3.1.0 # via -r requirements.in -jsonschema==4.17.1 +jsonschema==4.17.3 # via -r requirements.in kombu==5.2.4 # via celery