File tree 5 files changed +5
-5
lines changed
plugins/package-managers/python/src/funTest/assets/projects/synthetic
5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ PHP_VERSION=8.1
16
16
PIPTOOL_VERSION=22.2.2
17
17
PNPM_VERSION=8.8.0
18
18
PYENV_GIT_TAG=v2.3.25
19
- PYTHON_INSPECTOR_VERSION=0.9.8
19
+ PYTHON_INSPECTOR_VERSION=0.10.0
20
20
PYTHON_PIPENV_VERSION=2022.9.24
21
21
PYTHON_POETRY_VERSION=1.6.1
22
22
PYTHON_VERSION=3.11.5
Original file line number Diff line number Diff line change @@ -147,7 +147,7 @@ RUN curl -kSs https://pyenv.run | bash \
147
147
&& pyenv global $PYTHON_VERSION
148
148
149
149
ARG CONAN_VERSION=1.57.0
150
- ARG PYTHON_INSPECTOR_VERSION=0.9.8
150
+ ARG PYTHON_INSPECTOR_VERSION=0.10.0
151
151
ARG PYTHON_PIPENV_VERSION=2022.9.24
152
152
ARG PYTHON_POETRY_VERSION=1.6.1
153
153
ARG PIPTOOL_VERSION=22.2.2
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ ARG ORT_VERSION="DOCKER-SNAPSHOT"
33
33
ARG NUGET_INSPECTOR_VERSION=0.9.12
34
34
35
35
# 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 "
37
37
38
38
# Set this to the ScanCode version to use.
39
39
ARG SCANCODE_VERSION="32.0.6"
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ click = "==6.7"
10
10
itsdangerous = " ==0.24"
11
11
Flask = " ==1.0"
12
12
Jinja2 = " ==2.10.1"
13
- MarkupSafe = " ==1.1"
13
+ MarkupSafe = " ==1.1.0 "
14
14
Werkzeug = " ==0.15.3"
15
15
16
16
[requires ]
Original file line number Diff line number Diff line change @@ -3,5 +3,5 @@ Flask==1.0
3
3
itsdangerous < 0.25
4
4
license-expression ; platform_system == "Windows"
5
5
Jinja2 == 2.11.3
6
- MarkupSafe == 1.1
6
+ MarkupSafe == 1.1.0
7
7
Werkzeug == 0.15.3
You can’t perform that action at this time.
0 commit comments