|
5 | 5 | # List of available wheels:
|
6 | 6 | # https://chromium.googlesource.com/infra/infra/+/main/infra/tools/dockerbuild/wheels.md
|
7 | 7 |
|
8 |
| -python_version: "3.8" |
| 8 | +python_version: "3.11" |
9 | 9 |
|
10 | 10 | wheel: <
|
11 | 11 | name: "infra/python/wheels/pytest-py3"
|
12 |
| - version: "version:6.2.2" |
| 12 | + version: "version:8.3.4" |
13 | 13 | >
|
14 | 14 |
|
15 |
| -# Required by pytest==6.2.2 |
| 15 | +# Required by pytest==8.3.4 |
16 | 16 | wheel: <
|
17 | 17 | name: "infra/python/wheels/py-py2_py3"
|
18 |
| - version: "version:1.10.0" |
| 18 | + version: "version:1.11.0" |
19 | 19 | >
|
20 | 20 |
|
21 |
| -# Required by pytest==6.2.2 |
| 21 | +# Required by pytest==8.3.4 |
22 | 22 | wheel: <
|
23 | 23 | name: "infra/python/wheels/iniconfig-py3"
|
24 | 24 | version: "version:1.1.1"
|
25 | 25 | >
|
26 | 26 |
|
27 |
| -# Required by pytest==6.2.2 |
| 27 | +# Required by pytest==8.3.4 |
28 | 28 | wheel: <
|
29 | 29 | name: "infra/python/wheels/packaging-py3"
|
30 | 30 | version: "version:23.0"
|
31 | 31 | >
|
32 | 32 |
|
33 |
| -# Required by pytest==6.2.2 |
| 33 | +# Required by pytest==8.3.4 |
34 | 34 | wheel: <
|
35 | 35 | name: "infra/python/wheels/pluggy-py3"
|
36 |
| - version: "version:0.13.1" |
| 36 | + version: "version:1.5.0" |
37 | 37 | >
|
38 | 38 |
|
39 |
| -# Required by pytest==6.2.2 |
| 39 | +# Required by pytest==8.3.4 |
40 | 40 | wheel: <
|
41 | 41 | name: "infra/python/wheels/toml-py3"
|
42 | 42 | version: "version:0.10.1"
|
43 | 43 | >
|
44 | 44 |
|
45 |
| -# Required by pytest==6.2.2 |
| 45 | +# Required by pytest==8.3.4 |
46 | 46 | wheel: <
|
47 | 47 | name: "infra/python/wheels/pyparsing-py3"
|
48 | 48 | version: "version:3.0.7"
|
49 | 49 | >
|
50 | 50 |
|
51 |
| -# Required by pytest==6.2.2 |
| 51 | +# Required by pytest==8.3.4 |
52 | 52 | wheel: <
|
53 | 53 | name: "infra/python/wheels/attrs-py2_py3"
|
54 | 54 | version: "version:21.4.0"
|
55 | 55 | >
|
56 | 56 |
|
57 |
| -# Required by packaging==16.8 |
58 |
| -wheel: < |
59 |
| - name: "infra/python/wheels/six-py2_py3" |
60 |
| - version: "version:1.16.0" |
61 |
| -> |
62 |
| - |
63 | 57 | wheel: <
|
64 | 58 | name: "infra/python/wheels/black-py3"
|
65 | 59 | version: "version:23.1.0"
|
|
0 commit comments