Skip to content

Commit

Permalink
chore(deps): Update python-inspector and poetry to latest release ver…
Browse files Browse the repository at this point in the history
…sion

This is necessary to repair the CI pipeline

python-inspector update is necessary to fix #7333

Signed-off-by: mawl <[email protected]>
  • Loading branch information
mawl authored Sep 26, 2023
1 parent d29f1f1 commit 41fdee2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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.9.8"

# Set this to the ScanCode version to use.
ARG SCANCODE_VERSION="32.0.6"
Expand Down Expand Up @@ -78,7 +78,7 @@ ENV \
NPM_VERSION=8.15.1 \
PNPM_VERSION=7.8.0 \
PYTHON_PIPENV_VERSION=2022.9.24 \
PYTHON_POETRY_VERSION=1.2.2 \
PYTHON_POETRY_VERSION=1.6.1 \
SBT_VERSION=1.6.1 \
SWIFT_VERSION=5.8.1 \
YARN_VERSION=1.22.17 \
Expand Down

0 comments on commit 41fdee2

Please sign in to comment.