Skip to content

Commit f18fe98

Browse files
Bump urllib3 from 2.5.0 to 2.6.0 (#84)
* Bump urllib3 from 2.5.0 to 2.6.0 Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.5.0 to 2.6.0. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](urllib3/urllib3@2.5.0...2.6.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.6.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> * add changelog entry and bump version for release --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ben Allred <ben.allred@qlik.com>
1 parent e2e8c92 commit f18fe98

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.2
4+
* Bumps urllib3 dependency for dependabot compliance [#84](https://github.com/singer-io/tap-s3-csv/pull/84)
5+
36
## 2.2.1
47
* Fixes schema for _sdc_extra column [#83](https://github.com/singer-io/tap-s3-csv/pull/83)
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.1',
6+
version='2.2.2',
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.5.0',
15+
'urllib3==2.6.0',
1616
'singer-encodings==0.3.0',
1717
'singer-python==5.14.3',
1818
'voluptuous==0.15.2',

0 commit comments

Comments
 (0)