scripts: Uprev pylint deps in run_tests.vpython3.
pylint was version bumped in https://crrev.com/c/4506331. This
change puts the deps used for run_tests back in sync, as
comments state that they should be.
Transitive deps were updated where necessary to match
scripts/pylint wherever vpython complained, but mismatched
deps outside the "pylint deps" block are not updated in this
change. (E.g., pylint uses isort-5.10.1 vs 4.3.4 here).
BUG=b:236161656
TEST=run_tests + CQ
Change-Id: Idf8984e7511f7468eb38fdee0e905f31f6aa1225
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/chromite/+/4647349
Tested-by: Trent Apted <tapted@chromium.org>
Reviewed-by: Lizzy Presland <zland@google.com>
Commit-Queue: Trent Apted <tapted@chromium.org>
diff --git a/scripts/run_tests.vpython3 b/scripts/run_tests.vpython3
index cf1d0cd..54f4f10 100644
--- a/scripts/run_tests.vpython3
+++ b/scripts/run_tests.vpython3
@@ -150,10 +150,6 @@
version: "version:46.1.3"
>
wheel: <
- name: "infra/python/wheels/typing-extensions-py3"
- version: "version:3.7.4.3"
->
-wheel: <
name: "infra/python/wheels/typing-inspect-py3"
version: "version:0.7.1"
>
@@ -166,15 +162,31 @@
# NB: Keep in sync with scripts/pylint.
wheel: <
name: "infra/python/wheels/pylint-quotes-py3"
- version: "version:0.2.1"
+ version: "version:0.2.3"
>
wheel: <
name: "infra/python/wheels/astroid-py3"
- version: "version:2.4.2"
+ version: "version:2.11.3"
>
wheel: <
name: "infra/python/wheels/pylint-py3"
- version: "version:2.6.0"
+ version: "version:2.13.8"
+>
+wheel: <
+ name: "infra/python/wheels/typing-extensions-py3"
+ version: "version:4.0.1"
+>
+wheel: <
+ name: "infra/python/wheels/dill-py3"
+ version: "version:0.3.4"
+>
+wheel: <
+ name: "infra/python/wheels/tomli-py3"
+ version: "version:2.0.1"
+>
+wheel: <
+ name: "infra/python/wheels/platformdirs-py3"
+ version: "version:2.5.2"
>
wheel: <