From 9d2e635e28ae41002ca542a8fe0156ce18acab53 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 May 2023 21:33:23 +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 0b6b0f2..93eaeeb 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ install_requires=[ 'jsonschema==2.6.0', 'mock==2.0.0', - 'requests==2.20.0', + 'requests==2.31.0', 'singer-python==5.8.0', 'psutil==5.6.6', 'simplejson==3.11.1', From e20a177f4053ae22acf4e018b46ed550c05910f7 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 62ab62e..2d6aa6b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 3.2.2 + * Dependabot update [#105](https://github.com/singer-io/target-stitch/pull/105) + ## 3.2.1 * Updated dependencies to support Python 3.9.6, deprecated support for Python 3.5.X. [#104](https://github.com/singer-io/target-stitch/pull/104) @@ -47,4 +50,4 @@ ## 1.7.1 * Allows the push to the Stitch API to bypass SSL verification if an env variable is set [#45](https://github.com/singer-io/target-stitch/pull/45) - * Updates error message to clarify when a message is too large for the Stitch API [#47](https://github.com/singer-io/target-stitch/pull/47) + * Updates error message to clarify when a message is too large for the Stitch API [#47](https://github.com/singer-io/target-stitch/pull/47) \ No newline at end of file diff --git a/setup.py b/setup.py index 93eaeeb..3de65b3 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import setup setup(name='target-stitch', - version='3.2.1', + version='3.2.2', description='Singer.io target for the Stitch API', author='Stitch', url='https://singer.io', @@ -33,4 +33,4 @@ target-stitch=target_stitch:main ''', packages=['target_stitch'], -) +) \ No newline at end of file