Skip to content

Commit 45dd1d8

Browse files
committed
chore(docker): Upgrade python-inspector to version 0.10.0
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]>
1 parent 25325e8 commit 45dd1d8

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.versions

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ PHP_VERSION=8.1
1616
PIPTOOL_VERSION=22.2.2
1717
PNPM_VERSION=8.8.0
1818
PYENV_GIT_TAG=v2.3.25
19-
PYTHON_INSPECTOR_VERSION=0.9.8
19+
PYTHON_INSPECTOR_VERSION=0.10.0
2020
PYTHON_PIPENV_VERSION=2022.9.24
2121
PYTHON_POETRY_VERSION=1.6.1
2222
PYTHON_VERSION=3.11.5

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ RUN curl -kSs https://pyenv.run | bash \
147147
&& pyenv global $PYTHON_VERSION
148148

149149
ARG CONAN_VERSION=1.57.0
150-
ARG PYTHON_INSPECTOR_VERSION=0.9.8
150+
ARG PYTHON_INSPECTOR_VERSION=0.10.0
151151
ARG PYTHON_PIPENV_VERSION=2022.9.24
152152
ARG PYTHON_POETRY_VERSION=1.6.1
153153
ARG PIPTOOL_VERSION=22.2.2

Dockerfile-legacy

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ ARG ORT_VERSION="DOCKER-SNAPSHOT"
3333
ARG NUGET_INSPECTOR_VERSION=0.9.12
3434

3535
# Set this to the Python Inspector version to use.
36-
ARG PYTHON_INSPECTOR_VERSION="0.9.6"
36+
ARG PYTHON_INSPECTOR_VERSION="0.10.0"
3737

3838
# Set this to the ScanCode version to use.
3939
ARG SCANCODE_VERSION="32.0.6"

plugins/package-managers/python/src/funTest/assets/projects/synthetic/pipenv/Pipfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ click = "==6.7"
1010
itsdangerous = "==0.24"
1111
Flask = "==1.0"
1212
Jinja2 = "==2.10.1"
13-
MarkupSafe = "==1.1"
13+
MarkupSafe = "==1.1.0"
1414
Werkzeug = "==0.15.3"
1515

1616
[requires]

plugins/package-managers/python/src/funTest/assets/projects/synthetic/python-inspector/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ Flask==1.0
33
itsdangerous<0.25
44
license-expression ; platform_system == "Windows"
55
Jinja2==2.11.3
6-
MarkupSafe==1.1
6+
MarkupSafe==1.1.0
77
Werkzeug==0.15.3

0 commit comments

Comments
 (0)