Skip to content

Commit

Permalink
TDL-23202 Bump urllib3 and requests for SCA (#20)
Browse files Browse the repository at this point in the history
* Bump urllib3 for SCA

* bump requests for CVE-2023-32681

* Version Bump

* Changelog
  • Loading branch information
dsprayberry authored Jan 22, 2024
1 parent c429841 commit 574fd66
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 1.0.3
* Moves urllib3 to a version that is not affected by GHSA-g4mx-q9vg-27p4
* Moves requests to a version that is not affected by CVE-2023-32681

## 1.0.2
* Updated document links in README.md [#5] (https://github.com/singer-io/tap-dixa/pull/5)
* Added custom_fields object in `conversations` stream's schema [#17] (https://github.com/singer-io/tap-dixa/pull/17)
Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

setup(
name="tap-dixa",
version="1.0.2",
version="1.0.3",
description="Singer.io tap for extracting data from the Dixa API",
author="Stitch",
url="http://singer.io",
Expand All @@ -19,11 +19,11 @@
"jsonschema==2.6.0",
"python-dateutil==2.8.2",
"pytz==2018.4",
"requests==2.26.0",
"requests==2.31.0",
"simplejson==3.11.1",
"singer-python==5.12.1",
"six==1.16.0",
"urllib3==1.26.6",
"urllib3==1.26.18",
],
entry_points="""
[console_scripts]
Expand Down

0 comments on commit 574fd66

Please sign in to comment.