Skip to content

Commit a230a2f

Browse files
Bump requests to 2.33.0 and version to 1.2.2
1 parent c85f75f commit a230a2f

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
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

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
from setuptools import setup
44

55
setup(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={

0 commit comments

Comments
 (0)