Skip to content

Commit

Permalink
chore(docker): Upgrade python-inspector to version 0.10.0
Browse files Browse the repository at this point in the history
Amongst others, the new release has a fix for a version string encoding
related issue, see aboutcode-org/python-inspector#143.

Signed-off-by: Frank Viernau <[email protected]>
  • Loading branch information
fviernau committed Nov 1, 2023
1 parent 48e81b1 commit 6f659bd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .versions
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ PHP_VERSION=8.1
PIPTOOL_VERSION=22.2.2
PNPM_VERSION=8.8.0
PYENV_GIT_TAG=v2.3.25
PYTHON_INSPECTOR_VERSION=0.9.8
PYTHON_INSPECTOR_VERSION=0.10.0
PYTHON_PIPENV_VERSION=2022.9.24
PYTHON_POETRY_VERSION=1.6.1
PYTHON_VERSION=3.11.5
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ RUN curl -kSs https://pyenv.run | bash \
&& pyenv global $PYTHON_VERSION

ARG CONAN_VERSION=1.57.0
ARG PYTHON_INSPECTOR_VERSION=0.9.8
ARG PYTHON_INSPECTOR_VERSION=0.10.0
ARG PYTHON_PIPENV_VERSION=2022.9.24
ARG PYTHON_POETRY_VERSION=1.6.1
ARG PIPTOOL_VERSION=22.2.2
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-legacy
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ ARG ORT_VERSION="DOCKER-SNAPSHOT"
ARG NUGET_INSPECTOR_VERSION=0.9.12

# Set this to the Python Inspector version to use.
ARG PYTHON_INSPECTOR_VERSION="0.9.6"
ARG PYTHON_INSPECTOR_VERSION="0.10.0"

# Set this to the ScanCode version to use.
ARG SCANCODE_VERSION="32.0.6"
Expand Down

0 comments on commit 6f659bd

Please sign in to comment.