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 #11

Open
wants to merge 3 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

## 1.0.4
* Dependabot update [#11](https://github.com/singer-io/tap-sendgrid/pull/11)

## 1.0.3
* Reverts #3

Expand All @@ -13,4 +16,4 @@
* Fix filtering code to include automatic fields [#2](https://github.com/singer-io/tap-sendgrid/pull/2)

## 0.1.1
* Setting key properties to automatic [#1](https://github.com/singer-io/tap-sendgrid/pull/1)
* Setting key properties to automatic [#1](https://github.com/singer-io/tap-sendgrid/pull/1)
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
from setuptools import setup

setup(name='tap-sendgrid',
version='1.0.3',
version='1.0.4',
description='Singer.io tap for extracting data from the SendGrid API',
author='Stitch',
url='http://singer.io',
classifiers=['Programming Language :: Python :: 3 :: Only'],
py_modules=['tap_sendgrid'],
install_requires=['singer-python==5.0.4',
'requests==2.20.0',
'requests==2.31.0',
'pendulum==1.2.0',
],
entry_points='''
Expand All @@ -37,4 +37,4 @@
]
},
include_package_data=True
)
)