diff --git a/subprojects/pyntcore/pyproject.toml b/subprojects/pyntcore/pyproject.toml index 2358dfb6..105757dd 100644 --- a/subprojects/pyntcore/pyproject.toml +++ b/subprojects/pyntcore/pyproject.toml @@ -12,7 +12,7 @@ install_requires = [ [build-system] requires = [ - "robotpy-build<2025.0.0b1,~=2025.0.0a6", + "robotpy-build<2025.0.0b1,~=2025.0.0a8", "robotpy-wpiutil~=2025.0.0b3", "robotpy-wpinet~=2025.0.0b3", ] diff --git a/subprojects/robotpy-apriltag/pyproject.toml b/subprojects/robotpy-apriltag/pyproject.toml index 8b15cb89..4c046be8 100644 --- a/subprojects/robotpy-apriltag/pyproject.toml +++ b/subprojects/robotpy-apriltag/pyproject.toml @@ -12,7 +12,7 @@ install_requires = [ [build-system] requires = [ - "robotpy-build<2025.0.0b1,~=2025.0.0a6", + "robotpy-build<2025.0.0b1,~=2025.0.0a8", "robotpy-wpiutil~=2025.0.0b3", "robotpy-wpimath~=2025.0.0b3", ] diff --git a/subprojects/robotpy-cscore/pyproject.toml b/subprojects/robotpy-cscore/pyproject.toml index 0085bc25..c1974701 100644 --- a/subprojects/robotpy-cscore/pyproject.toml +++ b/subprojects/robotpy-cscore/pyproject.toml @@ -13,7 +13,7 @@ install_requires = [ [build-system] requires = [ - "robotpy-build<2025.0.0b1,~=2025.0.0a6", + "robotpy-build<2025.0.0b1,~=2025.0.0a8", "robotpy-wpiutil~=2025.0.0b3", "robotpy-wpinet~=2025.0.0b3", "pyntcore~=2025.0.0b3", diff --git a/subprojects/robotpy-hal/pyproject.toml b/subprojects/robotpy-hal/pyproject.toml index d45f991d..e40067db 100644 --- a/subprojects/robotpy-hal/pyproject.toml +++ b/subprojects/robotpy-hal/pyproject.toml @@ -11,7 +11,7 @@ install_requires = [ [build-system] requires = [ - "robotpy-build<2025.0.0b1,~=2025.0.0a6", + "robotpy-build<2025.0.0b1,~=2025.0.0a8", "robotpy-wpiutil~=2025.0.0b3", ] diff --git a/subprojects/robotpy-halsim-ds-socket/pyproject.toml b/subprojects/robotpy-halsim-ds-socket/pyproject.toml index 6851bbbc..b7a2329f 100644 --- a/subprojects/robotpy-halsim-ds-socket/pyproject.toml +++ b/subprojects/robotpy-halsim-ds-socket/pyproject.toml @@ -15,7 +15,7 @@ robotpysimext = ["ds-socket = halsim_ds_socket"] [build-system] requires = [ - "robotpy-build<2025.0.0b1,~=2025.0.0a6", + "robotpy-build<2025.0.0b1,~=2025.0.0a8", "robotpy-hal~=2025.0.0b3", "robotpy-wpinet~=2025.0.0b3", ] diff --git a/subprojects/robotpy-halsim-gui/pyproject.toml b/subprojects/robotpy-halsim-gui/pyproject.toml index 14742958..c49297f2 100644 --- a/subprojects/robotpy-halsim-gui/pyproject.toml +++ b/subprojects/robotpy-halsim-gui/pyproject.toml @@ -14,7 +14,7 @@ install_requires = [ [build-system] requires = [ - "robotpy-build<2025.0.0b1,~=2025.0.0a6", + "robotpy-build<2025.0.0b1,~=2025.0.0a8", "robotpy-wpiutil~=2025.0.0b3", "robotpy-wpimath~=2025.0.0b3", "robotpy-hal~=2025.0.0b3", diff --git a/subprojects/robotpy-halsim-ws/pyproject.toml b/subprojects/robotpy-halsim-ws/pyproject.toml index a99bd6bc..15120ea3 100644 --- a/subprojects/robotpy-halsim-ws/pyproject.toml +++ b/subprojects/robotpy-halsim-ws/pyproject.toml @@ -19,7 +19,7 @@ robotpysimext = [ [build-system] requires = [ - "robotpy-build<2025.0.0b1,~=2025.0.0a6", + "robotpy-build<2025.0.0b1,~=2025.0.0a8", "robotpy-hal~=2025.0.0b3", "robotpy-wpinet~=2025.0.0b3", ] diff --git a/subprojects/robotpy-romi/pyproject.toml b/subprojects/robotpy-romi/pyproject.toml index 39315227..63ed0509 100644 --- a/subprojects/robotpy-romi/pyproject.toml +++ b/subprojects/robotpy-romi/pyproject.toml @@ -11,7 +11,7 @@ install_requires = [ [build-system] requires = [ - "robotpy-build<2025.0.0b1,~=2025.0.0a6", + "robotpy-build<2025.0.0b1,~=2025.0.0a8", "wpilib~=2025.0.0b3" ] diff --git a/subprojects/robotpy-wpilib/pyproject.toml b/subprojects/robotpy-wpilib/pyproject.toml index 48e5c98b..24573f72 100644 --- a/subprojects/robotpy-wpilib/pyproject.toml +++ b/subprojects/robotpy-wpilib/pyproject.toml @@ -18,7 +18,7 @@ robotpy = ["run = wpilib._impl.start:Main"] [build-system] requires = [ - "robotpy-build<2025.0.0b1,~=2025.0.0a6", + "robotpy-build<2025.0.0b1,~=2025.0.0a8", "robotpy-wpiutil~=2025.0.0b3", "robotpy-wpimath~=2025.0.0b3", "robotpy-hal~=2025.0.0b3", diff --git a/subprojects/robotpy-wpimath/pyproject.toml b/subprojects/robotpy-wpimath/pyproject.toml index db911e46..b1266f58 100644 --- a/subprojects/robotpy-wpimath/pyproject.toml +++ b/subprojects/robotpy-wpimath/pyproject.toml @@ -11,7 +11,7 @@ install_requires = [ [build-system] requires = [ - "robotpy-build<2025.0.0b1,~=2025.0.0a6", + "robotpy-build<2025.0.0b1,~=2025.0.0a8", "robotpy-wpiutil~=2025.0.0b3", # "numpy", # broken in raspbian CI ] diff --git a/subprojects/robotpy-wpinet/pyproject.toml b/subprojects/robotpy-wpinet/pyproject.toml index d5d91e53..1951e73b 100644 --- a/subprojects/robotpy-wpinet/pyproject.toml +++ b/subprojects/robotpy-wpinet/pyproject.toml @@ -41,6 +41,6 @@ install_requires = [ [build-system] requires = [ - "robotpy-build<2025.0.0b1,~=2025.0.0a6", + "robotpy-build<2025.0.0b1,~=2025.0.0a8", "robotpy-wpiutil~=2025.0.0b3", ] diff --git a/subprojects/robotpy-wpiutil/pyproject.toml b/subprojects/robotpy-wpiutil/pyproject.toml index ef7c22c6..7bc431ea 100644 --- a/subprojects/robotpy-wpiutil/pyproject.toml +++ b/subprojects/robotpy-wpiutil/pyproject.toml @@ -9,7 +9,7 @@ install_requires = [] [build-system] requires = [ - "robotpy-build<2025.0.0b1,~=2025.0.0a6", + "robotpy-build<2025.0.0b1,~=2025.0.0a8", ] [tool.robotpy-build] diff --git a/subprojects/robotpy-xrp/pyproject.toml b/subprojects/robotpy-xrp/pyproject.toml index 2d3b16e4..c15c1fdb 100644 --- a/subprojects/robotpy-xrp/pyproject.toml +++ b/subprojects/robotpy-xrp/pyproject.toml @@ -16,7 +16,7 @@ robotpysimext = [ [build-system] requires = [ - "robotpy-build<2025.0.0b1,~=2025.0.0a6", + "robotpy-build<2025.0.0b1,~=2025.0.0a8", "wpilib~=2025.0.0b3" ]