mirror of
https://github.com/docker/compose.git
synced 2025-07-07 05:44:25 +02:00
Bump tox from 3.19.0 to 3.20.1 (#7863)
* Bump tox from 3.19.0 to 3.20.1 * Bump tox version in Dockerfile Bumps [tox](https://github.com/tox-dev/tox) from 3.19.0 to 3.20.1. - [Release notes](https://github.com/tox-dev/tox/releases) - [Changelog](https://github.com/tox-dev/tox/blob/master/docs/changelog.rst) - [Commits](https://github.com/tox-dev/tox/compare/3.19.0...3.20.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: aiordache <anca.iordache@docker.com>
This commit is contained in:
parent
f1059d75ed
commit
059fd29ec3
@ -69,7 +69,7 @@ COPY docker-compose-entrypoint.sh /usr/local/bin/
|
|||||||
COPY --from=docker-cli /usr/local/bin/docker /usr/local/bin/docker
|
COPY --from=docker-cli /usr/local/bin/docker /usr/local/bin/docker
|
||||||
RUN pip install \
|
RUN pip install \
|
||||||
virtualenv==20.2.1 \
|
virtualenv==20.2.1 \
|
||||||
tox==3.19.0
|
tox==3.20.1
|
||||||
COPY requirements-dev.txt .
|
COPY requirements-dev.txt .
|
||||||
COPY requirements-indirect.txt .
|
COPY requirements-indirect.txt .
|
||||||
COPY requirements.txt .
|
COPY requirements.txt .
|
||||||
|
@ -23,6 +23,6 @@ pyrsistent==0.16.0
|
|||||||
smmap==3.0.4
|
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.20.1
|
||||||
virtualenv==20.2.1
|
virtualenv==20.2.1
|
||||||
wcwidth==0.2.5
|
wcwidth==0.2.5
|
||||||
|
Loading…
x
Reference in New Issue
Block a user