mirror of
https://github.com/docker/compose.git
synced 2026-09-26 09:15:04 +00:00
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:
commit
c56f57da12
4 changed files with 4 additions and 4 deletions
|
|
@ -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
|
||||
|
||||
#
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue