From 29779542015dbb04eccbcfbaecbb3f3c1160c96a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jan 2022 19:02:27 +0000 Subject: [PATCH] Bump jsonschema from 3.2.0 to 4.3.3 Bumps [jsonschema](https://github.com/Julian/jsonschema) from 3.2.0 to 4.3.3. - [Release notes](https://github.com/Julian/jsonschema/releases) - [Changelog](https://github.com/Julian/jsonschema/blob/main/CHANGELOG.rst) - [Commits](https://github.com/Julian/jsonschema/compare/v3.2.0...v4.3.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 9de29ab..f9a9b9b 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ url="https://github.com/transferwise/pipelinewise-singer-python", install_requires=[ 'pytz', - 'jsonschema==3.2.0', + 'jsonschema==4.3.3', 'orjson==3.6.1', 'python-dateutil>=2.6.0', 'backoff==1.11.1',