Skip to content

Commit 59d5d6f

Browse files
build: Monthly maintenance (May 2022) (#46)
Bump `pip`, `pre-commit`, `tox`, and `virtualenv` versions to use.
1 parent b07a12c commit 59d5d6f

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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"
4242
ENV PIPX_VERSION="1.0.0"
4343
ENV 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

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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)