From 8c4e6ab7890fa7abe0056899e13ffe31d5434029 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 May 2023 22:33:12 +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 57b4469..9662303 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ py_modules=['tap_google_sheets'], install_requires=[ 'backoff==1.8.0', - 'requests==2.22.0', + 'requests==2.31.0', 'singer-python==5.12.2' ], extras_require={ From 978ef93118ec3418df2adde9a4368b1eb7b933d9 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 c86165a..d43f796 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 2.0.1 + * Dependabot update [#93](https://github.com/singer-io/tap-google-sheets/pull/93) + ## 2.0.0 * Google Sheets will now support shared drives [#80](https://github.com/singer-io/tap-google-sheets/pull/80) * Non-boolean values in boolean columns will fallback to string [#83](https://github.com/singer-io/tap-google-sheets/pull/83) @@ -68,4 +71,4 @@ * Change number json schema to anyOf with multipleOf; skip empty rows; move write_bookmark to end of sync.py ## 0.0.1 - * Initial commit + * Initial commit \ No newline at end of file diff --git a/setup.py b/setup.py index 9662303..ce7ed36 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import setup, find_packages setup(name='tap-google-sheets', - version='2.0.0', + version='2.0.1', description='Singer.io tap for extracting data from the Google Sheets v4 API', author='jeff.huth@bytecode.io', classifiers=['Programming Language :: Python :: 3 :: Only'], @@ -31,4 +31,4 @@ 'tap_google_sheets': [ 'schemas/*.json' ] - }) + }) \ No newline at end of file