From 967052d0ce5f9bba7a6d5f41e59b82ef45cfe0b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jan 2025 15:29:21 +0530 Subject: [PATCH] Bump requests from 2.31.0 to 2.32.3 (#45) * --- updated-dependencies: - dependency-name: requests dependency-type: direct:production ... Signed-off-by: dependabot[bot] * bump version changes --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Rutuja Deshmukh <107538720+rdeshmukh15@users.noreply.github.com> Co-authored-by: Rutuja Deshmukh --- CHANGELOG.md | 3 +++ setup.py | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) 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