Skip to content

Commit dd3d3aa

Browse files
committed
updated setup.py to set pyyaml minor to 5.4 for fixing vulnerabilities
1 parent 488f0cf commit dd3d3aa

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGES.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
9.1.2 (April 6, 2022)
2+
- Updated pyyaml dependency for vulnerability CVE-2020-14343.
3+
14
9.1.1 (March 9, 2022)
25
- Updated default auth service url to https://auth.split.io/api/v2/auth.
36
- Deprecated old telemetry.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
INSTALL_REQUIRES = [
1818
'requests>=2.9.1',
19-
'pyyaml>=5.1',
19+
'pyyaml>=5.4',
2020
'docopt>=0.6.2',
2121
'enum34;python_version<"3.4"',
2222
]

splitio/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '9.1.1'
1+
__version__ = '9.1.2-rc1'

0 commit comments

Comments
 (0)