Skip to content

Commit 60f0d95

Browse files
authored
bump aiohttp version (#178)
Force merging
1 parent a893cc0 commit 60f0d95

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## 2.7.2
4+
* Update aiohttp for twistlock [#178](https://github.com/singer-io/tap-zendesk/pull/178)
5+
36
## 2.7.1
47
* Update dependencies [#177](https://github.com/singer-io/tap-zendesk/pull/177)
58

setup.py

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

55
setup(name='tap-zendesk',
6-
version='2.7.1',
6+
version='2.7.2',
77
description='Singer.io tap for extracting data from the Zendesk API',
88
author='Stitch',
99
url='https://singer.io',
@@ -14,7 +14,7 @@
1414
'zenpy==2.0.24',
1515
'backoff==2.2.1',
1616
'requests==2.32.4',
17-
'aiohttp==3.13.0'
17+
'aiohttp==3.13.3'
1818
],
1919
extras_require={
2020
'dev': [

0 commit comments

Comments
 (0)