Skip to content

Commit

Permalink
Bump pymongo for veracode and bump tap to pi
Browse files Browse the repository at this point in the history
  • Loading branch information
dsprayberry committed Jan 8, 2025
1 parent e5567d5 commit 8eccdea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
from setuptools import setup

setup(name='tap-mongodb',
version='3.1.3',
version='3.1.4',
description='Singer.io tap for extracting data from MongoDB',
author='Stitch',
url='https://singer.io',
classifiers=['Programming Language :: Python :: 3 :: Only'],
py_modules=['tap_mongodb'],
install_requires=[
'singer-python==6.0.0',
'pymongo==4.4.0',
'pymongo==4.10.1',
'tzlocal==2.0.0',
],
extras_require={
Expand Down

0 comments on commit 8eccdea

Please sign in to comment.