mirror of
https://github.com/docker/compose.git
synced 2026-07-02 22:26:55 +00:00
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:
parent
cc299f5cd5
commit
7bc945654f
5 changed files with 5 additions and 5 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.2
|
||||
fi
|
||||
|
||||
#
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue