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',