From d3f9dde59982114e766dc6a9d5c45513b156df6c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Dec 2022 19:01:05 +0000 Subject: [PATCH] Bump jsonschema from 3.2.0 to 4.17.3 Bumps [jsonschema](https://github.com/python-jsonschema/jsonschema) from 3.2.0 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/v3.2.0...v4.17.3) --- updated-dependencies: - dependency-name: jsonschema dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 3fdc869..b23b149 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ url="https://github.com/transferwise/pipelinewise-singer-python", install_requires=[ 'pytz', - 'jsonschema==3.2.0', + 'jsonschema==4.17.3', 'orjson==3.7.2', 'python-dateutil>=2.6.0', 'backoff==2.1.2',