Skip to content

Commit bdbdb13

Browse files
committed
Revert "deps(Docker): Upgrade python-inspector to version 0.11.0"
This reverts commit 46ecd08 as the new version causes [1]. [1]: aboutcode-org/python-inspector#173 Signed-off-by: Sebastian Schuberth <[email protected]>
1 parent f63e655 commit bdbdb13

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.versions

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ PHP_VERSION=8.1
1919
PIPTOOL_VERSION=23.3.1
2020
PNPM_VERSION=8.10.3
2121
PYENV_GIT_TAG=v2.3.25
22-
PYTHON_INSPECTOR_VERSION=0.11.0
22+
PYTHON_INSPECTOR_VERSION=0.10.0
2323
PYTHON_PIPENV_VERSION=2023.10.24
2424
PYTHON_POETRY_VERSION=1.7.0
2525
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.61.0
150-
ARG PYTHON_INSPECTOR_VERSION=0.11.0
150+
ARG PYTHON_INSPECTOR_VERSION=0.10.0
151151
ARG PYTHON_PIPENV_VERSION=2023.10.24
152152
ARG PYTHON_POETRY_VERSION=1.7.0
153153
ARG PIPTOOL_VERSION=23.3.1

Dockerfile-legacy

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ ARG ANDROID_CMD_VERSION=11076708
3636
ARG NUGET_INSPECTOR_VERSION=0.9.12
3737

3838
# Set this to the Python Inspector version to use.
39-
ARG PYTHON_INSPECTOR_VERSION="0.11.0"
39+
ARG PYTHON_INSPECTOR_VERSION="0.10.0"
4040

4141
# Set this to the ScanCode version to use.
4242
ARG SCANCODE_VERSION="32.0.8"

0 commit comments

Comments
 (0)