Bump virtualenv from 20.0.30 to 20.2.2

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
(cherry picked from commit 8785279ffd)
Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>
This commit is contained in:
dependabot-preview[bot] 2020-11-23 22:16:04 +00:00 committed by aiordache
parent cc299f5cd5
commit 7bc945654f
5 changed files with 5 additions and 5 deletions

View file

@ -36,7 +36,7 @@ if ! [ -x "$(command -v python3)" ]; then
brew install python3
fi
if ! [ -x "$(command -v virtualenv)" ]; then
pip3 install virtualenv==20.0.30
pip3 install virtualenv==20.2.2
fi
#