From 15235d22e350c0e96c3b99583fadbd46a368d489 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 May 2023 22:32:24 +0000 Subject: [PATCH 1/2] Bump requests from 2.22.0 to 2.31.0 Bumps [requests](https://github.com/psf/requests) from 2.22.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.22.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 cb4fe8e..d507d32 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ py_modules=["tap_google_analytics"], install_requires=[ "singer-python==5.9.0", - "requests==2.22.0", + "requests==2.31.0", "backoff==1.8.0", "jwt==0.6.1" ], From ae1963b13b06f26b9fe29b85a12946402caa4a4d 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 8351c2e..9e087f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 1.1.4 + * Dependabot update [#82](https://github.com/singer-io/tap-google-analytics/pull/82) + ## 1.1.3 * Allow non-valid datetime strings in the date fields, specifically to handle the case where a report's row limit is reached. [#75](https://github.com/singer-io/tap-google-analytics/pull/75) * More on Google's row limits [here](https://support.google.com/analytics/answer/9309767). @@ -89,4 +92,4 @@ * Handles top-level exceptions through Singer function [#14](https://github.com/singer-io/tap-google-analytics/pull/11) ## 0.2.0 - * Adds a 'report_definitions' config parameter to add support for syncing multiple reports [#11](https://github.com/singer-io/tap-google-analytics/pull/11) + * Adds a 'report_definitions' config parameter to add support for syncing multiple reports [#11](https://github.com/singer-io/tap-google-analytics/pull/11) \ No newline at end of file diff --git a/setup.py b/setup.py index d507d32..6b1806b 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name="tap-google-analytics", - version="1.1.3", + version="1.1.4", description="Singer.io tap for extracting data", author="Stitch", url="http://singer.io", @@ -33,4 +33,4 @@ "tap_google_analytics": ["tap_google_analytics/ga_cubes.json"] }, include_package_data=True, -) +) \ No newline at end of file