diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f3d85d..6ddc697 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # Changelog +## 2.3.1 + * Dependabot update [#129](https://github.com/singer-io/tap-zendesk/pull/129) ## 2.3.0 * Adds configurable page size for requests [#141](https://github.com/singer-io/tap-zendesk/pull/141) ## 2.2.0 @@ -156,4 +158,4 @@ * Misc bug fixes ## 0.0.1 - * Initial end-to-end with most streams, bookmarking, and discovery + * Initial end-to-end with most streams, bookmarking, and discovery \ No newline at end of file diff --git a/setup.py b/setup.py index 85af1d0..57e3190 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ 'singer-python==5.12.2', 'zenpy==2.0.24', 'backoff==1.8.0', - 'requests==2.25.1', + 'requests==2.31.0', ], extras_require={ 'dev': [ @@ -32,4 +32,4 @@ ''', packages=['tap_zendesk'], include_package_data=True, -) +) \ No newline at end of file