Skip to content

Commit

Permalink
Upgrade aiohttp and requests lib version (#157)
Browse files Browse the repository at this point in the history
* Upgrade aiohttp and requests lib version

* Upgrade release version

* Fix changelog typo

* Upgrade aiohttp version
  • Loading branch information
prijendev authored Jan 10, 2025
1 parent 4b61f95 commit 50e6f14
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand All @@ -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': [
Expand Down

0 comments on commit 50e6f14

Please sign in to comment.