File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22
3+ # 1.2.2
4+ * Bump requests to 2.33.0 for security updates [ #37 ] ( https://github.com/singer-io/tap-outreach/pull/37 )
5+
6+
37## 1.2.1
48 * Bump dependency versions for twistlock compliance [ #40 ] ( https://github.com/singer-io/tap-outreach/pull/40 )
59
Original file line number Diff line number Diff line change 33from setuptools import setup
44
55setup (name = 'tap-outreach' ,
6- version = '1.2.1 ' ,
6+ version = '1.2.2 ' ,
77 description = 'Singer.io tap for extracting data from the Outreach.io API' ,
88 author = 'Stitch' ,
99 url = 'https://singer.io' ,
1010 classifiers = ['Programming Language :: Python :: 3 :: Only' ],
1111 py_modules = ['tap_outreach' ],
1212 install_requires = [
1313 'backoff==2.2.1' ,
14- 'requests==2.32.4 ' ,
14+ 'requests==2.33.0 ' ,
1515 'singer-python==6.1.1'
1616 ],
1717 extras_require = {
You can’t perform that action at this time.
0 commit comments