File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -38,12 +38,12 @@ ENV PATH="${PIPX_BIN_DIR}:${PATH}"
3838# pip-latest-release pip pipx poetry pre-commit tox virtualenv
3939# ```
4040#
41- ENV PIP_VERSION="22.0.4 "
41+ ENV PIP_VERSION="22.1 "
4242ENV PIPX_VERSION="1.0.0"
4343ENV POETRY_VERSION="1.1.13"
44- ENV PRE_COMMIT_VERSION="2.17 .0"
45- ENV TOX_VERSION="3.24.5 "
46- ENV VIRTUALENV_VERSION="20.13.4 "
44+ ENV PRE_COMMIT_VERSION="2.19 .0"
45+ ENV TOX_VERSION="3.25.0 "
46+ ENV VIRTUALENV_VERSION="20.14.1 "
4747
4848RUN python3 -m pip install --no-cache-dir pip==${PIP_VERSION} pipx==${PIPX_VERSION} virtualenv==${VIRTUALENV_VERSION} \
4949 && python3 -m pipx install --pip-args=--no-cache-dir poetry==${POETRY_VERSION} \
Original file line number Diff line number Diff line change @@ -13,12 +13,12 @@ FROM playpauseandstop/docker-python:5.2.0
1313
1414### Included dev-tools
1515
16- - [ pip] ( https://pip.pypa.io ) 22.0.3
16+ - [ pip] ( https://pip.pypa.io ) 22.1
1717- [ pipx] ( https://pypa.github.io/pipx/ ) 1.0.0
1818- [ poetry] ( https://python-poetry.org ) 1.1.13
19- - [ pre-commit] ( https://pre-commit.com ) 2.17 .0
20- - [ tox] ( https://tox.readthedocs.io/ ) 3.24.5
21- - [ virtualenv] ( https://virtualenv.pypa.io ) 20.13 .1
19+ - [ pre-commit] ( https://pre-commit.com ) 2.19 .0
20+ - [ tox] ( https://tox.readthedocs.io/ ) 3.25.0
21+ - [ virtualenv] ( https://virtualenv.pypa.io ) 20.14 .1
2222- [ curl] ( https://curl.haxx.se ) 7.74.0
2323- [ gcc & g++] ( https://gcc.gnu.org ) 10.2.1
2424- [ git] ( https://git-scm.com ) 2.30.2
You can’t perform that action at this time.
0 commit comments