Merge pull request #7939 from docker/dependabot/pip/virtualenv-20.2.1

Bump virtualenv from 20.0.30 to 20.2.1
This commit is contained in:
Anca Iordache 2020-12-02 20:00:53 +01:00 • committed by GitHub
commit c56f57da12
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 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.1
fi
#