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

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

## 2.2.2
* Dependabot update [#109](https://github.com/singer-io/tap-bing-ads/pull/109)

## 2.2.1
* Prefer new authentication scope for the access_token request [#99](https://github.com/singer-io/tap-bing-ads/pull/99)

Expand Down Expand Up @@ -102,4 +105,4 @@
* Adds asyncio support for concurrent polling of reports [#13](https://github.com/singer-io/tap-bing-ads/pull/13)

## 0.0.6
* Adds CampaignPerformanceReport and GoalsAndFunnelsReport reports [#12](https://github.com/singer-io/tap-bing-ads/pull/12)
* Adds CampaignPerformanceReport and GoalsAndFunnelsReport reports [#12](https://github.com/singer-io/tap-bing-ads/pull/12)
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

setup(
name='tap-bing-ads',
version="2.2.1",
version="2.2.2",
description='Singer.io tap for extracting data from the Bing Ads API',
author='Stitch',
url='http://singer.io',
Expand All @@ -15,7 +15,7 @@
# Seems that suds-community is now the reference for 13.0.11.1 so we can install it now with the removal of use_2to3
# https://github.com/BingAds/BingAds-Python-SDK/pull/192
'bingads==13.0.11.1',
'requests==2.20.0',
'requests==2.31.0',
'singer-python==5.9.0',
'stringcase==1.2.0',
'backoff==1.8.0',
Expand All @@ -33,4 +33,4 @@
tap-bing-ads=tap_bing_ads:main
''',
packages=find_packages()
)
)