diff --git a/CHANGELOG.md b/CHANGELOG.md index 818f058..c52627e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 1.4.7 + * Bump requests from 2.31.0 to 2.32.3 [#45](https://github.com/singer-io/tap-pardot/pull/45) + ## 1.4.6 * Revert P.R #42 [#44](https://github.com/singer-io/tap-pardot/pull/44) diff --git a/setup.py b/setup.py index 15af1c4..b187d0d 100644 --- a/setup.py +++ b/setup.py @@ -3,13 +3,13 @@ setup( name="tap-pardot", - version="1.4.6", + version="1.4.7", description="Singer.io tap for extracting data", author="Stitch", url="http://singer.io", classifiers=["Programming Language :: Python :: 3 :: Only"], py_modules=["tap_pardot"], - install_requires=["singer-python==5.8.0", "requests==2.31.0", "backoff==1.8.0"], + install_requires=["singer-python==5.8.0", "requests==2.32.3", "backoff==1.8.0"], entry_points=""" [console_scripts] tap-pardot=tap_pardot:main