File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
pipelines/templates/steps Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -9,5 +9,5 @@ Pylint | 3.2.7 | 3.2.7 | 2025-04-14 |
99Pylint Guidelines Checker | 0.4.1 | 0.5.1 | 2025-04-14 |
1010MyPy | 1.13.0 | 1.14.1 | 2025-04-14 |
1111Pyright | 1.1.389 | 1.1.391 | 2025-04-14 |
12- Sphinx | 7.3.7 | N/A | N/A |
12+ Sphinx | 8.2.0 | N/A | N/A |
1313Black | 24.4.0 | N/A | N/A |
Original file line number Diff line number Diff line change @@ -24,9 +24,9 @@ parameters:
2424# Please use `$(TargetingString)` to refer to the python packages glob string. This variable is set from resolve-package-targeting.yml.
2525steps :
2626 - task : UsePythonVersion@0
27- displayName : ' Use Python 3.11 '
27+ displayName : ' Use Python 3.13 '
2828 inputs :
29- versionSpec : ' 3.11 '
29+ versionSpec : ' 3.13 '
3030
3131 - pwsh : |
3232 if ("${{ parameters.ServiceDirectory }}" -ne "auto")
Original file line number Diff line number Diff line change @@ -325,9 +325,9 @@ setenv =
325325 PROXY_URL =http://localhost:5007
326326deps =
327327 {[base]deps}
328- sphinx ==7.3.7
329- sphinx_rtd_theme ==1. 3.0
330- myst_parser ==2 .0.0
328+ sphinx ==8.2.0
329+ sphinx_rtd_theme ==3.0.2
330+ myst_parser ==4 .0.1
331331 sphinxcontrib-jquery ==4.1
332332commands =
333333 python {repository_root}/eng/tox/create_package_and_install.py \
You can’t perform that action at this time.
0 commit comments