Skip to content

Commit dec9a94

Browse files
authored
bump urllib3 version (#86)
* bump urllib3 version * Fix changelog
1 parent f18fe98 commit dec9a94

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
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

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from setuptools import setup
44

55
setup(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',
@@ -12,7 +12,7 @@
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',

0 commit comments

Comments
 (0)