Skip to content

Commit 9b1368b

Browse files
committed
Sloppy copy paste
1 parent fe21123 commit 9b1368b

File tree

2 files changed

+24
-24
lines changed

2 files changed

+24
-24
lines changed

checkbox-support/pyproject.toml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -20,19 +20,19 @@
2020
'PyYAML == 3.11; python_version == "3.5"',
2121
'requests-unixsocket == 0.3.0; python_version == "3.5"',
2222
# Pinned to bionic universe
23-
'requests == 2.18.4; python_version > "3.5" and python_version <= "3.8"',
24-
'opencv_python == 4.4.0.42; python_version > "3.5" and python_version <= "3.8"',
25-
'pyparsing == 2.2.0; python_version > "3.5" and python_version <= "3.8"',
26-
'distro == 1.0.1; python_version > "3.5" and python_version <= "3.8"',
27-
'PyYAML == 3.12; python_version > "3.5" and python_version <= "3.8"',
28-
'requests-unixsocket == 0.1.5; python_version > "3.5" and python_version <= "3.8"',
23+
'requests == 2.18.4; python_version > "3.5" and python_version <= "3.6"',
24+
'opencv_python == 4.4.0.42; python_version > "3.5" and python_version <= "3.6"',
25+
'pyparsing == 2.2.0; python_version > "3.5" and python_version <= "3.6"',
26+
'distro == 1.0.1; python_version > "3.5" and python_version <= "3.6"',
27+
'PyYAML == 3.12; python_version > "3.5" and python_version <= "3.6"',
28+
'requests-unixsocket == 0.1.5; python_version > "3.5" and python_version <= "3.6"',
2929
# Pinned to focal universe
30-
'requests == 2.22.0; python_version > "3.5" and python_version <= "3.8"',
31-
'opencv_python == 4.8.1.78; python_version > "3.5" and python_version <= "3.8"',
32-
'pyparsing == 2.4.6; python_version > "3.5" and python_version <= "3.8"',
33-
'distro == 1.4.0; python_version > "3.5" and python_version <= "3.8"',
34-
'PyYAML == 5.3.1; python_version > "3.5" and python_version <= "3.8"',
35-
'requests-unixsocket == 0.2.0; python_version > "3.5" and python_version <= "3.8"',
30+
'requests == 2.22.0; python_version > "3.6" and python_version <= "3.8"',
31+
'opencv_python == 4.8.1.78; python_version > "3.6" and python_version <= "3.8"',
32+
'pyparsing == 2.4.6; python_version > "3.6" and python_version <= "3.8"',
33+
'distro == 1.4.0; python_version > "3.6" and python_version <= "3.8"',
34+
'PyYAML == 5.3.1; python_version > "3.6" and python_version <= "3.8"',
35+
'requests-unixsocket == 0.2.0; python_version > "3.6" and python_version <= "3.8"',
3636
# Pinned to jammy universe
3737
'requests == 2.25.1; python_version > "3.8" and python_version <= "3.10"',
3838
'opencv_python == 4.8.1.78; python_version > "3.8" and python_version <= "3.10"',

checkbox-support/setup.cfg

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -14,19 +14,19 @@ install_requires=
1414
PyYAML == 3.11; python_version == "3.5"
1515
requests-unixsocket == 0.3.0; python_version == "3.5"
1616
# Pinned to bionic universe
17-
requests == 2.18.4; python_version > "3.5" and python_version <= "3.8"
18-
opencv_python == 4.4.0.42; python_version > "3.5" and python_version <= "3.8"
19-
pyparsing == 2.2.0; python_version > "3.5" and python_version <= "3.8"
20-
distro == 1.0.1; python_version > "3.5" and python_version <= "3.8"
21-
PyYAML == 3.12; python_version > "3.5" and python_version <= "3.8"
22-
requests-unixsocket == 0.1.5; python_version > "3.5" and python_version <= "3.8"
17+
requests == 2.18.4; python_version > "3.5" and python_version <= "3.6"
18+
opencv_python == 4.4.0.42; python_version > "3.5" and python_version <= "3.6"
19+
pyparsing == 2.2.0; python_version > "3.5" and python_version <= "3.6"
20+
distro == 1.0.1; python_version > "3.5" and python_version <= "3.6"
21+
PyYAML == 3.12; python_version > "3.5" and python_version <= "3.6"
22+
requests-unixsocket == 0.1.5; python_version > "3.5" and python_version <= "3.6"
2323
# Pinned to focal universe
24-
requests == 2.22.0; python_version > "3.5" and python_version <= "3.8"
25-
opencv_python == 4.8.1.78; python_version > "3.5" and python_version <= "3.8"
26-
pyparsing == 2.4.6; python_version > "3.5" and python_version <= "3.8"
27-
distro == 1.4.0; python_version > "3.5" and python_version <= "3.8"
28-
PyYAML == 5.3.1; python_version > "3.5" and python_version <= "3.8"
29-
requests-unixsocket == 0.2.0; python_version > "3.5" and python_version <= "3.8"
24+
requests == 2.22.0; python_version > "3.6" and python_version <= "3.8"
25+
opencv_python == 4.8.1.78; python_version > "3.6" and python_version <= "3.8"
26+
pyparsing == 2.4.6; python_version > "3.6" and python_version <= "3.8"
27+
distro == 1.4.0; python_version > "3.6" and python_version <= "3.8"
28+
PyYAML == 5.3.1; python_version > "3.6" and python_version <= "3.8"
29+
requests-unixsocket == 0.2.0; python_version > "3.6" and python_version <= "3.8"
3030
# Pinned to jammy universe
3131
requests == 2.25.1; python_version > "3.8" and python_version <= "3.10"
3232
opencv_python == 4.8.1.78; python_version > "3.8" and python_version <= "3.10"

0 commit comments

Comments
 (0)