File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 2.2.3
4+ * Bumps urllib3 dependency for twistlock compliance [ #86 ] ( https://github.com/singer-io/tap-s3-csv/pull/86 )
5+
36## 2.2.2
47 * Bumps urllib3 dependency for dependabot compliance [ #84 ] ( https://github.com/singer-io/tap-s3-csv/pull/84 )
58
Original file line number Diff line number Diff line change 33from setuptools import setup
44
55setup (name = 'tap-s3-csv' ,
6- version = '2.2.2 ' ,
6+ version = '2.2.3 ' ,
77 description = 'Singer.io tap for extracting CSV files from S3' ,
88 author = 'Stitch' ,
99 url = 'https://singer.io' ,
1212 install_requires = [
1313 'backoff==1.10.0' ,
1414 'boto3==1.39.8' ,
15- 'urllib3==2.6.0 ' ,
15+ 'urllib3==2.6.3 ' ,
1616 'singer-encodings==0.3.0' ,
1717 'singer-python==5.14.3' ,
1818 'voluptuous==0.15.2' ,
You can’t perform that action at this time.
0 commit comments