From 62233e9bd361b4ffd5b7939d9b4bae0c09ca0a3d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Mar 2022 12:21:01 +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 361fb2e..0925bf0 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.7.*', 'pendulum==1.2.0' ],