From 28cf8b2f12cf136084abe5aed195d14f3bec1f21 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 May 2023 21:33:25 +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(-) mode change 100755 => 100644 setup.py diff --git a/setup.py b/setup.py old mode 100755 new mode 100644 index 3778d6d7..61a8b65e --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ 'backoff==1.8.0', 'pendulum==1.2.0', 'facebook_business==16.0.2', - 'requests==2.20.0', + 'requests==2.31.0', 'singer-python==5.10.0', ], extras_require={ From 074aa5882fc15dce890faa3f815f93a4e520744e Mon Sep 17 00:00:00 2001 From: Andy Lu Date: Tue, 23 May 2023 22:35:06 +0000 Subject: [PATCH 2/3] Bump version, update changelog --- CHANGELOG.md | 5 ++++- setup.py | 41 +---------------------------------------- 2 files changed, 5 insertions(+), 41 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4aac66be..cb47a255 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 1.18.6 + * Dependabot update [#216](https://github.com/singer-io/tap-facebook/pull/216) + ## 1.18.5 * Bump facebook_business SDK to v16.0.2 [#213](https://github.com/singer-io/tap-facebook/pull/213) @@ -139,4 +142,4 @@ ## 1.4.0 * Upgraded the Facebook API to version 2.11 [#39](https://github.com/singer-io/tap-facebook/pull/39) - * Added a new stream for Ads Insights with a breakdown of "region" [#40](https://github.com/singer-io/tap-facebook/pull/40) + * Added a new stream for Ads Insights with a breakdown of "region" [#40](https://github.com/singer-io/tap-facebook/pull/40) \ No newline at end of file diff --git a/setup.py b/setup.py index 61a8b65e..ca001805 100644 --- a/setup.py +++ b/setup.py @@ -1,40 +1 @@ -#!/usr/bin/env python - -from setuptools import setup - -setup(name='tap-facebook', - version='1.18.5', - description='Singer.io tap for extracting data from the Facebook Ads API', - author='Stitch', - url='https://singer.io', - classifiers=['Programming Language :: Python :: 3 :: Only'], - py_modules=['tap_facebook'], - install_requires=[ - 'attrs==17.3.0', - 'backoff==1.8.0', - 'pendulum==1.2.0', - 'facebook_business==16.0.2', - 'requests==2.31.0', - 'singer-python==5.10.0', - ], - extras_require={ - 'dev': [ - 'pylint', - 'ipdb', - 'nose', - ] - }, - entry_points=''' - [console_scripts] - tap-facebook=tap_facebook:main - ''', - packages=['tap_facebook'], - package_data = { - 'tap_facebook/schemas': [ - # add schema.json filenames here - ], - 'tap_facebook/schemas/shared': [ - ] - }, - include_package_data=True, -) +clojure.lang.LazySeq@468fa9e2 \ No newline at end of file From 3f2066680513f9c41874d0eeff1807858236cc3b 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 | 41 ++++++++++++++++++++++++++++++++++++++++- 1 file changed, 40 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ca001805..ac24d50d 100644 --- a/setup.py +++ b/setup.py @@ -1 +1,40 @@ -clojure.lang.LazySeq@468fa9e2 \ No newline at end of file +#!/usr/bin/env python + +from setuptools import setup + +setup(name='tap-facebook', + version='1.18.6', + description='Singer.io tap for extracting data from the Facebook Ads API', + author='Stitch', + url='https://singer.io', + classifiers=['Programming Language :: Python :: 3 :: Only'], + py_modules=['tap_facebook'], + install_requires=[ + 'attrs==17.3.0', + 'backoff==1.8.0', + 'pendulum==1.2.0', + 'facebook_business==16.0.2', + 'requests==2.31.0', + 'singer-python==5.10.0', + ], + extras_require={ + 'dev': [ + 'pylint', + 'ipdb', + 'nose', + ] + }, + entry_points=''' + [console_scripts] + tap-facebook=tap_facebook:main + ''', + packages=['tap_facebook'], + package_data = { + 'tap_facebook/schemas': [ + # add schema.json filenames here + ], + 'tap_facebook/schemas/shared': [ + ] + }, + include_package_data=True, +) \ No newline at end of file