Skip to content

Commit eb42c0d

Browse files
Bump up PyYaml to recommended version to remediate vulnerability - DROP PYTHON 3.4 SUPPORT (#366)
Summary ------- - Removing PyYaml from SDK test.txt - Dropping Python 3.4 Dependabot found critical vulnerability in this dependency and it is not needed in the SDK Python 3.4 no longer supports required libraries to support new and existing features Note: PyYaml was previously an explicit dependency, however PyYaml is also a transient dependency in python-coverals, which has already upgraded to the latest version of PyYaml. This version of PyYaml no longer supports Python version 3.4. For this reason we have chose to also drop Python 3.4, as we need to continue proper code coverage on our SDKs to ensure the highest quality of code. Test plan --------- - FSC Issues ------ - “OASIS-8054"
1 parent 4119778 commit eb42c0d

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
language: python
22
python:
33
- "2.7"
4-
- "3.4"
4+
# - "3.4"
55
- "3.5.5"
66
- "3.6"
77
# - "3.7" is handled in 'Test' job using xenial as Python 3.7 is not available for trusty.

requirements/test.txt

+1-2
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,4 @@ funcsigs==0.4
44
mock==1.3.0
55
pytest>=4.6.0
66
pytest-cov
7-
python-coveralls
8-
pyyaml==5.2
7+
python-coveralls

0 commit comments

Comments
 (0)