From 78d2ec0c657d28432656e9cd385b6eeb2e931f79 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Mar 2023 09:30:37 +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 16a31ff..f3916cd 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', 'slack-sdk==3.20.0', ], extras_require={