diff --git a/sysinv/sysinv/sysinv/sysinv/version.py b/sysinv/sysinv/sysinv/sysinv/version.py index 52ebc73521..02ee0f8bc8 100644 --- a/sysinv/sysinv/sysinv/sysinv/version.py +++ b/sysinv/sysinv/sysinv/sysinv/version.py @@ -15,7 +15,7 @@ # License for the specific language governing permissions and limitations # under the License. # -# Copyright (c) 2013-2014 Wind River Systems, Inc. +# Copyright (c) 2013-2021 Wind River Systems, Inc. # try: diff --git a/test-requirements.txt b/test-requirements.txt index 402377d7a1..7e49a722c6 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,4 +1,4 @@ -hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0 +hacking>=1.1.0,<=2.0.0 # Apache-2.0 bashate >= 0.2 PyYAML >= 3.1.0 -yamllint >= 0.5.2 +yamllint<1.26.1;python_version>="3.0" # GPLv2