From 7fc1dcecdb5c911507fee7d5a0f9517e7c21cd51 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Nov 2021 11:09:39 +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 13d7723..44dc56d 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ ], py_modules=['tap_slack'], install_requires=[ - 'pipelinewise-singer-python==1.*', + 'pipelinewise-singer-python>=1,<3', 'slackclient==2.6.0', ], extras_require={