From e5292757ad208833b142714e661783afaa577075 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Sep 2023 19:35:18 +0000 Subject: [PATCH] Bump jsonschema from 3.2.0 to 4.19.1 Bumps [jsonschema](https://github.com/python-jsonschema/jsonschema) from 3.2.0 to 4.19.1. - [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.19.1) --- 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..7cdf63c 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.19.1', 'orjson==3.7.2', 'python-dateutil>=2.6.0', 'backoff==2.1.2',