Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump requests from 2.20.0 to 2.31.0 #105

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down Expand Up @@ -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)
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand All @@ -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',
Expand All @@ -33,4 +33,4 @@
target-stitch=target_stitch:main
''',
packages=['target_stitch'],
)
)