Skip to content

Commit 6197bf2

Browse files
build: Bump pip, poetry, pre-commit, tox, and virtualenv (#84)
To their latest versions.
1 parent 9bb1798 commit 6197bf2

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

Dockerfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,12 @@ ENV PATH="${PIPX_BIN_DIR}:${PATH}"
3838
# ./scripts/pip-latest-release.sh pip pipx poetry pre-commit tox virtualenv
3939
# ```
4040
#
41-
ENV PIP_VERSION="22.3"
41+
ENV PIP_VERSION="22.3.1"
4242
ENV PIPX_VERSION="1.1.0"
43-
ENV POETRY_VERSION="1.2.2"
44-
ENV PRE_COMMIT_VERSION="2.20.0"
45-
ENV TOX_VERSION="3.26.0"
46-
ENV VIRTUALENV_VERSION="20.16.6"
43+
ENV POETRY_VERSION="1.3.1"
44+
ENV PRE_COMMIT_VERSION="2.21.0"
45+
ENV TOX_VERSION="4.2.6"
46+
ENV VIRTUALENV_VERSION="20.17.1"
4747

4848
RUN 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} \

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ FROM playpauseandstop/docker-python:6.1.0
1313

1414
### Included dev-tools
1515

16-
- [pip](https://pip.pypa.io) 22.3
16+
- [pip](https://pip.pypa.io) 22.3.1
1717
- [pipx](https://pypa.github.io/pipx/) 1.1.0
18-
- [poetry](https://python-poetry.org) 1.2.2
19-
- [pre-commit](https://pre-commit.com) 2.20.0
20-
- [tox](https://tox.readthedocs.io/) 3.26.0
21-
- [virtualenv](https://virtualenv.pypa.io) 20.16.6
18+
- [poetry](https://python-poetry.org) 1.3.1
19+
- [pre-commit](https://pre-commit.com) 2.21.0
20+
- [tox](https://tox.readthedocs.io/) 4.2.6
21+
- [virtualenv](https://virtualenv.pypa.io) 20.17.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

0 commit comments

Comments
 (0)