From 6298bae562cce9a8570fafae38c19fba539afd90 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 May 2023 21:33:29 +0000 Subject: [PATCH 1/3] 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 fe87efc..f00d3c6 100644 --- a/setup.py +++ b/setup.py @@ -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', From 78a54c5173292f6c93ee5b1a3460f85b468d7c90 Mon Sep 17 00:00:00 2001 From: Andy Lu Date: Tue, 23 May 2023 22:34:56 +0000 Subject: [PATCH 2/3] Bump version, update changelog --- CHANGELOG.md | 5 ++++- setup.py | 37 +------------------------------------ 2 files changed, 5 insertions(+), 37 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cc9ce08..cca3ca9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) @@ -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) \ No newline at end of file diff --git a/setup.py b/setup.py index f00d3c6..e252c19 100644 --- a/setup.py +++ b/setup.py @@ -1,36 +1 @@ -#!/usr/bin/env python - -from setuptools import setup, find_packages - -setup( - name='tap-bing-ads', - version="2.2.1", - description='Singer.io tap for extracting data from the Bing Ads API', - author='Stitch', - url='http://singer.io', - classifiers=['Programming Language :: Python :: 3 :: Only'], - py_modules=['tap_bingads'], - install_requires=[ - 'arrow==0.12.0', - # 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.31.0', - 'singer-python==5.9.0', - 'stringcase==1.2.0', - 'backoff==1.8.0', - ], - extras_require={ - 'test': [ - 'pylint==2.14.0' - ], - 'dev': [ - 'ipdb' - ] - }, - entry_points=''' - [console_scripts] - tap-bing-ads=tap_bing_ads:main - ''', - packages=find_packages() -) +clojure.lang.LazySeq@b91e3d89 \ No newline at end of file From 8445c5df2f602414bc17c147e782325737580256 Mon Sep 17 00:00:00 2001 From: Andy Lu Date: Tue, 30 May 2023 20:26:25 +0000 Subject: [PATCH 3/3] Bump version, update changelog --- setup.py | 37 ++++++++++++++++++++++++++++++++++++- 1 file changed, 36 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e252c19..7f81030 100644 --- a/setup.py +++ b/setup.py @@ -1 +1,36 @@ -clojure.lang.LazySeq@b91e3d89 \ No newline at end of file +#!/usr/bin/env python + +from setuptools import setup, find_packages + +setup( + name='tap-bing-ads', + version="2.2.2", + description='Singer.io tap for extracting data from the Bing Ads API', + author='Stitch', + url='http://singer.io', + classifiers=['Programming Language :: Python :: 3 :: Only'], + py_modules=['tap_bingads'], + install_requires=[ + 'arrow==0.12.0', + # 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.31.0', + 'singer-python==5.9.0', + 'stringcase==1.2.0', + 'backoff==1.8.0', + ], + extras_require={ + 'test': [ + 'pylint==2.14.0' + ], + 'dev': [ + 'ipdb' + ] + }, + entry_points=''' + [console_scripts] + tap-bing-ads=tap_bing_ads:main + ''', + packages=find_packages() +) \ No newline at end of file