Skip to content

Commit

Permalink
bump tzlocal in tap-mongodb
Browse files Browse the repository at this point in the history
  • Loading branch information
amofakhar committed Oct 10, 2024
1 parent bc5cec2 commit 50d0927
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion singer-connectors/tap-mongodb/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,13 @@
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.10'
],
py_modules=['tap_mongodb'],
install_requires=[
'pipelinewise-singer-python==1.*',
'pymongo==4.7.*',
'tzlocal==2.1.*',
'tzlocal==4.0.2',
'terminaltables==3.1.*',
'dnspython==2.1.*',
],
Expand Down

0 comments on commit 50d0927

Please sign in to comment.