Bump virtualenv from 20.0.29 to 20.0.30 (#7657)

* Bump virtualenv from 20.0.29 to 20.0.30

Bumps [virtualenv](https://github.com/pypa/virtualenv) from 20.0.29 to 20.0.30.
- [Release notes](https://github.com/pypa/virtualenv/releases)
- [Changelog](https://github.com/pypa/virtualenv/blob/master/docs/changelog.rst)
- [Commits](https://github.com/pypa/virtualenv/compare/20.0.29...20.0.30)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump virtualenv version in all files

Signed-off-by: aiordache <anca.iordache@docker.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: aiordache <anca.iordache@docker.com>
Co-authored-by: Anca Iordache <aiordache@users.noreply.github.com>
This commit is contained in:
dependabot-preview[bot] 2020-08-11 15:04:11 +02:00 committed by GitHub
parent b01601a53c
commit f2a43d755e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View File

@ -46,7 +46,7 @@ ENTRYPOINT ["sh", "/usr/local/bin/docker-compose-entrypoint.sh"]
COPY --from=docker-cli /usr/local/bin/docker /usr/local/bin/docker
WORKDIR /code/
# FIXME(chris-crone): virtualenv 16.3.0 breaks build, force 16.2.0 until fixed
RUN pip install virtualenv==20.0.29
RUN pip install virtualenv==20.0.30
RUN pip install tox==3.19.0
COPY requirements-indirect.txt .

View File

@ -24,5 +24,5 @@ smmap==3.0.4
smmap2==3.0.1
toml==0.10.1
tox==3.19.0
virtualenv==20.0.29
virtualenv==20.0.30
wcwidth==0.2.5

View File

@ -16,7 +16,7 @@
#
# 4. In Powershell, run the following commands:
#
# $ pip install 'virtualenv==20.0.29'
# $ pip install 'virtualenv==20.0.30'
# $ Set-ExecutionPolicy -Scope CurrentUser RemoteSigned
#
# 5. Clone the repository:

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.29
pip3 install virtualenv==20.0.30
fi
#