Skip to content

Commit 8e18866

Browse files
authored
Update setup.py
1 parent 10ddfed commit 8e18866

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,18 @@
99
classifiers=['Programming Language :: Python :: 3 :: Only'],
1010
py_modules=['tap_saasoptics'],
1111
install_requires=[
12-
'backoff==1.10.0',
12+
'backoff==2.2.1',
1313
'requests==2.32.4',
14-
'singer-python==5.13.2'
14+
'singer-python==6.8.0'
1515
],
1616
entry_points='''
1717
[console_scripts]
1818
tap-saasoptics=tap_saasoptics:main
1919
''',
2020
extras_require={
2121
'dev': [
22-
'pylint==4.0.5',
23-
'pytest==9.0.2'
22+
'pylint',
23+
'pytest'
2424
]
2525
},
2626
packages=find_packages(),

0 commit comments

Comments
 (0)