mirror of
https://github.com/docker/compose.git
synced 2025-07-23 05:34:36 +02:00
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:
parent
b01601a53c
commit
f2a43d755e
@ -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
|
COPY --from=docker-cli /usr/local/bin/docker /usr/local/bin/docker
|
||||||
WORKDIR /code/
|
WORKDIR /code/
|
||||||
# FIXME(chris-crone): virtualenv 16.3.0 breaks build, force 16.2.0 until fixed
|
# 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
|
RUN pip install tox==3.19.0
|
||||||
|
|
||||||
COPY requirements-indirect.txt .
|
COPY requirements-indirect.txt .
|
||||||
|
@ -24,5 +24,5 @@ smmap==3.0.4
|
|||||||
smmap2==3.0.1
|
smmap2==3.0.1
|
||||||
toml==0.10.1
|
toml==0.10.1
|
||||||
tox==3.19.0
|
tox==3.19.0
|
||||||
virtualenv==20.0.29
|
virtualenv==20.0.30
|
||||||
wcwidth==0.2.5
|
wcwidth==0.2.5
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
#
|
#
|
||||||
# 4. In Powershell, run the following commands:
|
# 4. In Powershell, run the following commands:
|
||||||
#
|
#
|
||||||
# $ pip install 'virtualenv==20.0.29'
|
# $ pip install 'virtualenv==20.0.30'
|
||||||
# $ Set-ExecutionPolicy -Scope CurrentUser RemoteSigned
|
# $ Set-ExecutionPolicy -Scope CurrentUser RemoteSigned
|
||||||
#
|
#
|
||||||
# 5. Clone the repository:
|
# 5. Clone the repository:
|
||||||
|
@ -36,7 +36,7 @@ if ! [ -x "$(command -v python3)" ]; then
|
|||||||
brew install python3
|
brew install python3
|
||||||
fi
|
fi
|
||||||
if ! [ -x "$(command -v virtualenv)" ]; then
|
if ! [ -x "$(command -v virtualenv)" ]; then
|
||||||
pip3 install virtualenv==20.0.29
|
pip3 install virtualenv==20.0.30
|
||||||
fi
|
fi
|
||||||
|
|
||||||
#
|
#
|
||||||
|
Loading…
x
Reference in New Issue
Block a user