From 5e2736004d964ccc2350e3df6575481f8a966a97 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 May 2023 21:33:22 +0000 Subject: [PATCH 1/3] Bump requests from 2.20.0 to 2.31.0 Bumps [requests](https://github.com/psf/requests) from 2.20.0 to 2.31.0. - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.20.0...v2.31.0) --- updated-dependencies: - dependency-name: requests dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8b8be70a..bb5d5995 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ install_requires=[ 'attrs==16.3.0', 'singer-python==5.13.0', - 'requests==2.20.0', + 'requests==2.31.0', 'backoff==1.8.0', 'requests_mock==1.3.0', ], From 946fa5de33ec1f6e662f79877976c131277fc2cd Mon Sep 17 00:00:00 2001 From: Andy Lu Date: Tue, 30 May 2023 20:26:26 +0000 Subject: [PATCH 2/3] Bump version, update changelog --- CHANGELOG.md | 5 ++++- setup.py | 4 ++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4077450d..43556ef2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 2.12.2 + * Dependabot update [#228](https://github.com/singer-io/tap-hubspot/pull/228) + ## 2.12.1 * Use sync start time for writing bookmarks [#226](https://github.com/singer-io/tap-hubspot/pull/226) @@ -101,4 +104,4 @@ ## 2.2.0 * Adds property selection to the tap [#67](https://github.com/singer-io/tap-hubspot/pull/67) * Removed the keywords stream as it is deprecated [#68](https://github.com/singer-io/tap-hubspot/pull/68) - * Schema updates [#69](https://github.com/singer-io/tap-hubspot/pull/69) [#70](https://github.com/singer-io/tap-hubspot/pull/70) + * Schema updates [#69](https://github.com/singer-io/tap-hubspot/pull/69) [#70](https://github.com/singer-io/tap-hubspot/pull/70) \ No newline at end of file diff --git a/setup.py b/setup.py index bb5d5995..de3da9e2 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import setup setup(name='tap-hubspot', - version='2.12.1', + version='2.12.2', description='Singer.io tap for extracting data from the HubSpot API', author='Stitch', url='http://singer.io', @@ -43,4 +43,4 @@ ], }, include_package_data=True, -) +) \ No newline at end of file From 72cdcef583f7c967c3f2c6eedf05c8147ea1baf1 Mon Sep 17 00:00:00 2001 From: Leslie VanDeMark <38043390+leslievandemark@users.noreply.github.com> Date: Tue, 14 Nov 2023 16:10:53 -0500 Subject: [PATCH 3/3] Update tap version --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index de3da9e2..dccf2ab4 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import setup setup(name='tap-hubspot', - version='2.12.2', + version='2.12.3', description='Singer.io tap for extracting data from the HubSpot API', author='Stitch', url='http://singer.io', @@ -43,4 +43,4 @@ ], }, include_package_data=True, -) \ No newline at end of file +)