Skip to content

Commit 0dd99d2

Browse files
committed
Updated dependencies
- build-system.requires: robotpy-build<2025.0.0b1,~=2025.0.0a8
1 parent 13f92b8 commit 0dd99d2

File tree

14 files changed

+14
-14
lines changed

14 files changed

+14
-14
lines changed

rdev.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ exclude_artifacts = [
1313
"opencv-cpp"
1414
]
1515

16-
robotpy_build_req = "<2025.0.0b1,~=2025.0.0a6"
16+
robotpy_build_req = "<2025.0.0b1,~=2025.0.0a8"
1717

1818
#
1919
# Subproject configuration

subprojects/pyntcore/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ install_requires = [
1212

1313
[build-system]
1414
requires = [
15-
"robotpy-build<2025.0.0b1,~=2025.0.0a6",
15+
"robotpy-build<2025.0.0b1,~=2025.0.0a8",
1616
"robotpy-wpiutil~=2025.0.0b3",
1717
"robotpy-wpinet~=2025.0.0b3",
1818
]

subprojects/robotpy-apriltag/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ install_requires = [
1212

1313
[build-system]
1414
requires = [
15-
"robotpy-build<2025.0.0b1,~=2025.0.0a6",
15+
"robotpy-build<2025.0.0b1,~=2025.0.0a8",
1616
"robotpy-wpiutil~=2025.0.0b3",
1717
"robotpy-wpimath~=2025.0.0b3",
1818
]

subprojects/robotpy-cscore/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ install_requires = [
1313

1414
[build-system]
1515
requires = [
16-
"robotpy-build<2025.0.0b1,~=2025.0.0a6",
16+
"robotpy-build<2025.0.0b1,~=2025.0.0a8",
1717
"robotpy-wpiutil~=2025.0.0b3",
1818
"robotpy-wpinet~=2025.0.0b3",
1919
"pyntcore~=2025.0.0b3",

subprojects/robotpy-hal/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ install_requires = [
1111

1212
[build-system]
1313
requires = [
14-
"robotpy-build<2025.0.0b1,~=2025.0.0a6",
14+
"robotpy-build<2025.0.0b1,~=2025.0.0a8",
1515
"robotpy-wpiutil~=2025.0.0b3",
1616
]
1717

subprojects/robotpy-halsim-ds-socket/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ robotpysimext = ["ds-socket = halsim_ds_socket"]
1515

1616
[build-system]
1717
requires = [
18-
"robotpy-build<2025.0.0b1,~=2025.0.0a6",
18+
"robotpy-build<2025.0.0b1,~=2025.0.0a8",
1919
"robotpy-hal~=2025.0.0b3",
2020
"robotpy-wpinet~=2025.0.0b3",
2121
]

subprojects/robotpy-halsim-gui/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ install_requires = [
1414

1515
[build-system]
1616
requires = [
17-
"robotpy-build<2025.0.0b1,~=2025.0.0a6",
17+
"robotpy-build<2025.0.0b1,~=2025.0.0a8",
1818
"robotpy-wpiutil~=2025.0.0b3",
1919
"robotpy-wpimath~=2025.0.0b3",
2020
"robotpy-hal~=2025.0.0b3",

subprojects/robotpy-halsim-ws/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ robotpysimext = [
1919

2020
[build-system]
2121
requires = [
22-
"robotpy-build<2025.0.0b1,~=2025.0.0a6",
22+
"robotpy-build<2025.0.0b1,~=2025.0.0a8",
2323
"robotpy-hal~=2025.0.0b3",
2424
"robotpy-wpinet~=2025.0.0b3",
2525
]

subprojects/robotpy-romi/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ install_requires = [
1111

1212
[build-system]
1313
requires = [
14-
"robotpy-build<2025.0.0b1,~=2025.0.0a6",
14+
"robotpy-build<2025.0.0b1,~=2025.0.0a8",
1515
"wpilib~=2025.0.0b3"
1616
]
1717

subprojects/robotpy-wpilib/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ robotpy = ["run = wpilib._impl.start:Main"]
1818

1919
[build-system]
2020
requires = [
21-
"robotpy-build<2025.0.0b1,~=2025.0.0a6",
21+
"robotpy-build<2025.0.0b1,~=2025.0.0a8",
2222
"robotpy-wpiutil~=2025.0.0b3",
2323
"robotpy-wpimath~=2025.0.0b3",
2424
"robotpy-hal~=2025.0.0b3",

subprojects/robotpy-wpimath/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ install_requires = [
1111

1212
[build-system]
1313
requires = [
14-
"robotpy-build<2025.0.0b1,~=2025.0.0a6",
14+
"robotpy-build<2025.0.0b1,~=2025.0.0a8",
1515
"robotpy-wpiutil~=2025.0.0b3",
1616
# "numpy", # broken in raspbian CI
1717
]

subprojects/robotpy-wpinet/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,6 @@ install_requires = [
4141

4242
[build-system]
4343
requires = [
44-
"robotpy-build<2025.0.0b1,~=2025.0.0a6",
44+
"robotpy-build<2025.0.0b1,~=2025.0.0a8",
4545
"robotpy-wpiutil~=2025.0.0b3",
4646
]

subprojects/robotpy-wpiutil/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ install_requires = []
99

1010
[build-system]
1111
requires = [
12-
"robotpy-build<2025.0.0b1,~=2025.0.0a6",
12+
"robotpy-build<2025.0.0b1,~=2025.0.0a8",
1313
]
1414

1515
[tool.robotpy-build]

subprojects/robotpy-xrp/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ robotpysimext = [
1616

1717
[build-system]
1818
requires = [
19-
"robotpy-build<2025.0.0b1,~=2025.0.0a6",
19+
"robotpy-build<2025.0.0b1,~=2025.0.0a8",
2020
"wpilib~=2025.0.0b3"
2121
]
2222

0 commit comments

Comments
 (0)