Skip to content

Commit

Permalink
bumped depency versions to latest versions as follows: attrs 20.3.0 -…
Browse files Browse the repository at this point in the history
…-> 21.2.0

backoff 		1.8.0  --> 1.11.1
facebook_business 	10.0.1 --> 12.0.0
requests		2.25.1 --> 2.26.0
singer-python		5.12.1 --> 5.12.2
  • Loading branch information
gord-nuttall-adswerve committed Sep 20, 2021
1 parent 3d88b58 commit 93b76c2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,19 @@
from setuptools import setup

setup(name='tap-facebook',
version='1.12.0',
version='1.12.2',
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==20.3.0',
'backoff==1.8.0',
'attrs==21.2.0',
'backoff==1.11.1',
'pendulum==2.1.2',
'facebook_business==10.0.1',
'requests==2.25.1',
'singer-python==5.12.1',
'facebook_business==12.0.0',
'requests==2.26.0',
'singer-python==5.12.2',
],
extras_require={
'dev': [
Expand Down

0 comments on commit 93b76c2

Please sign in to comment.