Skip to content

Commit

Permalink
deps(Docker): Upgrade python-inspector to version 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sschuberth committed Feb 12, 2024
1 parent 03c14c3 commit 46ecd08
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 @@ -19,7 +19,7 @@ PHP_VERSION=8.1
PIPTOOL_VERSION=23.3.1
PNPM_VERSION=8.10.3
PYENV_GIT_TAG=v2.3.25
PYTHON_INSPECTOR_VERSION=0.10.0
PYTHON_INSPECTOR_VERSION=0.11.0
PYTHON_PIPENV_VERSION=2023.10.24
PYTHON_POETRY_VERSION=1.7.0
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.61.0
ARG PYTHON_INSPECTOR_VERSION=0.10.0
ARG PYTHON_INSPECTOR_VERSION=0.11.0
ARG PYTHON_PIPENV_VERSION=2023.10.24
ARG PYTHON_POETRY_VERSION=1.7.0
ARG PIPTOOL_VERSION=23.3.1
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-legacy
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ ARG ANDROID_CMD_VERSION=11076708
ARG NUGET_INSPECTOR_VERSION=0.9.12

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

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

0 comments on commit 46ecd08

Please sign in to comment.