From 50e6f14c33d4681b1584cb79d473d511ef9ee068 Mon Sep 17 00:00:00 2001 From: Prijen Khokhani <88327452+prijendev@users.noreply.github.com> Date: Fri, 10 Jan 2025 09:49:04 +0530 Subject: [PATCH] Upgrade aiohttp and requests lib version (#157) * Upgrade aiohttp and requests lib version * Upgrade release version * Fix changelog typo * Upgrade aiohttp version --- CHANGELOG.md | 3 +++ setup.py | 6 +++--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 681ed72..05bfc1c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 2.6.2 + * Upgrade aiohttp and requests lib versions to 3.11.9 and 2.32.3 respectively. [#157](https://github.com/singer-io/tap-zendesk/pull/157) + ## 2.6.1 * Retry for 5xx errors and resolve too many 429 errors [#155](https://github.com/singer-io/tap-zendesk/pull/155) diff --git a/setup.py b/setup.py index b847ebb..b86ec7a 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import setup setup(name='tap-zendesk', - version='2.6.1', + version='2.6.2', description='Singer.io tap for extracting data from the Zendesk API', author='Stitch', url='https://singer.io', @@ -13,8 +13,8 @@ 'singer-python==6.0.0', 'zenpy==2.0.24', 'backoff==2.2.1', - 'requests==2.31.0', - 'aiohttp==3.10.10' + 'requests==2.32.3', + 'aiohttp==3.11.11' ], extras_require={ 'dev': [