diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ce4783..e0816fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 1.4.4 + * Dependabot update [#41](https://github.com/singer-io/tap-pardot/pull/41) + ## 1.4.3 * Reverts back to v1.3.1 PR [#36](https://github.com/singer-io/tap-pardot/pull/36) @@ -34,4 +37,4 @@ * Fix a naming error of Pardot5xxError ## 0.2.1 - * Retry's 5xx errors from Pardot [#5](https://github.com/singer-io/tap-pardot/pull/5) + * Retry's 5xx errors from Pardot [#5](https://github.com/singer-io/tap-pardot/pull/5) \ No newline at end of file diff --git a/setup.py b/setup.py old mode 100755 new mode 100644 index b0abcb1..6441fcb --- a/setup.py +++ b/setup.py @@ -3,13 +3,13 @@ setup( name="tap-pardot", - version="1.4.3", + version="1.4.4", 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.22.0", "backoff==1.8.0"], + install_requires=["singer-python==5.8.0", "requests==2.31.0", "backoff==1.8.0"], entry_points=""" [console_scripts] tap-pardot=tap_pardot:main @@ -17,4 +17,4 @@ packages=["tap_pardot"], package_data={"schemas": ["tap_pardot/schemas/*.json"]}, include_package_data=True, -) +) \ No newline at end of file