Skip to content
This repository has been archived by the owner on Sep 23, 2024. It is now read-only.

Commit

Permalink
Update pipelinewise-singer-python requirement from ==1.* to >=1,<3
Browse files Browse the repository at this point in the history
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](transferwise/pipelinewise-singer-python@v1.0.0...v2.0.1)

---
updated-dependencies:
- dependency-name: pipelinewise-singer-python
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 1, 2022
1 parent 9ed9c2d commit 62233e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'
],
Expand Down

0 comments on commit 62233e9

Please sign in to comment.