From b410910436956fd9fc62673d2cc50b2c312a2074 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Dec 2021 19:02:40 +0000 Subject: [PATCH] Bump jsonschema from 3.2.0 to 4.3.2 Bumps [jsonschema](https://github.com/Julian/jsonschema) from 3.2.0 to 4.3.2. - [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.2) --- 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..661b065 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.2', 'orjson==3.6.1', 'python-dateutil>=2.6.0', 'backoff==1.11.1',