Skip to content

Commit

Permalink
chore(deps): Update Python tools
Browse files Browse the repository at this point in the history
Update versions of Python tools:

* Python 3.10.8 to 3.11.4
* Pyenv v2.3.7 to v2.3.27 to have Python 3.11.4 environment available
* Pipenv 2022.9.24 to 2023.9.8
* Poetry 1.2.2 to 1.6.1 to fix #7333
* Pip 22.2.2 to 23.2.1

Signed-off-by: mawl <[email protected]>
  • Loading branch information
mawl authored and Wlotzka, Marco committed Sep 19, 2023
1 parent 5a92da8 commit 0bd23ea
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,8 @@ RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \
tk-dev \
&& sudo rm -rf /var/lib/apt/lists/*

ARG PYTHON_VERSION=3.10.8
ARG PYENV_GIT_TAG=v2.3.7
ARG PYTHON_VERSION=3.11.4
ARG PYENV_GIT_TAG=v2.3.27

ENV PYENV_ROOT=/opt/python
ENV PATH=$PATH:$PYENV_ROOT/shims:$PYENV_ROOT/bin
Expand All @@ -137,9 +137,9 @@ RUN curl -kSs https://pyenv.run | bash \

ARG CONAN_VERSION=1.57.0
ARG PYTHON_INSPECTOR_VERSION=0.9.8
ARG PYTHON_PIPENV_VERSION=2022.9.24
ARG PYTHON_POETRY_VERSION=1.2.2
ARG PIPTOOL_VERSION=22.2.2
ARG PYTHON_PIPENV_VERSION=2023.9.8
ARG PYTHON_POETRY_VERSION=1.6.1
ARG PIPTOOL_VERSION=23.2.1
ARG SCANCODE_VERSION=32.0.6

RUN pip install --no-cache-dir -U \
Expand Down

0 comments on commit 0bd23ea

Please sign in to comment.