From ac3ca47f58500373f158b078a2d0d693e412497c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Nov 2021 18:03:36 +0000 Subject: [PATCH] Update pipelinewise-singer-python requirement from ==1.* to >=1,<3 Updates the requirements on [pipelinewise-singer-python](https://github.com/transferwise/pipelinewise-singer-python) to permit the latest version. - [Release notes](https://github.com/transferwise/pipelinewise-singer-python/releases) - [Changelog](https://github.com/transferwise/pipelinewise-singer-python/blob/master/CHANGELOG.md) - [Commits](https://github.com/transferwise/pipelinewise-singer-python/compare/v1.0.0...v2.0.1) --- updated-dependencies: - dependency-name: pipelinewise-singer-python dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 948e499..8cd1bd7 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ ], py_modules=['tap_snowflake'], install_requires=[ - 'pipelinewise-singer-python==1.*', + 'pipelinewise-singer-python>=1,<3', 'snowflake-connector-python[pandas]==2.4.*', 'pendulum==1.2.0' ],