From ca34ebb25bf57583d95544ad7c4bef6f4463bcd8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Nov 2021 15:03:09 +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 a2d6441..8162525 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ py_modules=['tap_twilio'], install_requires=[ 'requests==2.25.*', - 'pipelinewise-singer-python==1.*' + 'pipelinewise-singer-python>=1,<3' ], extras_require={ 'test': [