diff --git a/dev-requirements.txt b/dev-requirements.txt index 3eaf254d..28f4ac5a 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -13,6 +13,8 @@ pep517>=0.9.1 # Safety is run only on Python >=3.6 safety>=2.2.0; python_version >= '3.6' dparse>=0.6.2; python_version >= '3.6' +ruamel.yaml>=0.17.21,<0.17.22; python_version == '3.6' +ruamel.yaml>=0.17.21; python_version >= '3.7' # Unit test (imports into testcases): # pytest 4.3.1 solves an issue on Python 3 with minimum package levels diff --git a/minimum-constraints.txt b/minimum-constraints.txt index b1c6a91f..db443921 100644 --- a/minimum-constraints.txt +++ b/minimum-constraints.txt @@ -126,6 +126,7 @@ pep517==0.9.1 # Safety is run only on Python >=3.6 safety==2.2.0; python_version >= '3.6' dparse==0.6.2; python_version >= '3.6' +ruamel.yaml==0.17.21; python_version >= '3.6' # Unit test (imports into testcases): # pytest 4.3.1 solves an issue on Python 3 with minimum package levels