From f16501b140d5566568b2c3e17ee69bec7c0a9519 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/2] 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 6914127..5dc9638 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ py_modules=['tap_marketo'], install_requires=[ 'singer-python==5.9.0', - 'requests==2.20.0', + 'requests==2.31.0', 'pendulum==1.2.0', 'freezegun>=0.3.9', 'requests_mock>=1.3.0', From c84596255ab468f4312b24a499673578c52f3b34 Mon Sep 17 00:00:00 2001 From: Andy Lu Date: Tue, 30 May 2023 20:26:26 +0000 Subject: [PATCH 2/2] 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 69b1b5f..9630b36 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 2.5.1 + * Dependabot update [#83](https://github.com/singer-io/tap-marketo/pull/83) + ## 2.5.0 * Add campaignId field to activities streams [#82](https://github.com/singer-io/tap-marketo/pull/82) @@ -67,4 +70,4 @@ * If a field is marked as an integer, and is already `int` type, do no conversion. (Fixes case from 2.0.22) ## 2.0.22 - * Drops decimal points for fields marked as integers and logs a warning [#42](https://github.com/singer-io/tap-marketo/pull/42) + * Drops decimal points for fields marked as integers and logs a warning [#42](https://github.com/singer-io/tap-marketo/pull/42) \ No newline at end of file diff --git a/setup.py b/setup.py index 5dc9638..a624a2f 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import setup setup(name='tap-marketo', - version='2.5.0', + version='2.5.1', description='Singer.io tap for extracting data from the Marketo API', author='Stitch', url='http://singer.io', @@ -35,4 +35,4 @@ ] }, include_package_data=True, -) +) \ No newline at end of file