We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a893cc0 commit 60f0d95Copy full SHA for 60f0d95
2 files changed
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Changelog
2
3
+## 2.7.2
4
+ * Update aiohttp for twistlock [#178](https://github.com/singer-io/tap-zendesk/pull/178)
5
+
6
## 2.7.1
7
* Update dependencies [#177](https://github.com/singer-io/tap-zendesk/pull/177)
8
setup.py
@@ -3,7 +3,7 @@
from setuptools import setup
setup(name='tap-zendesk',
- version='2.7.1',
+ version='2.7.2',
description='Singer.io tap for extracting data from the Zendesk API',
author='Stitch',
9
url='https://singer.io',
@@ -14,7 +14,7 @@
14
'zenpy==2.0.24',
15
'backoff==2.2.1',
16
'requests==2.32.4',
17
- 'aiohttp==3.13.0'
+ 'aiohttp==3.13.3'
18
],
19
extras_require={
20
'dev': [
0 commit comments