From e78feebe7b4acdd38840a178b586e8e9cb923c07 Mon Sep 17 00:00:00 2001 From: Paul Bartell Date: Thu, 27 May 2021 16:11:04 -0700 Subject: [PATCH] Allow pip to determine the correct version of colorama and requests --- .github/scripts/common/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/scripts/common/requirements.txt b/.github/scripts/common/requirements.txt index dec20bcb8..61eadce96 100644 --- a/.github/scripts/common/requirements.txt +++ b/.github/scripts/common/requirements.txt @@ -1,6 +1,6 @@ certifi==2020.12.5 chardet==4.0.0 -colorama==0.4.4 +colorama Deprecated==1.2.10 gitdb==4.0.5 GitPython==3.1.11 @@ -8,7 +8,7 @@ idna==2.10 PyGithub==1.54 PyJWT==1.7.1 PyYAML==5.4 -requests==2.25.1 +requests smmap==3.0.4 urllib3==1.26.3 wrapt==1.12.1