From 4e76ec531cacb8463abba438c8a728b182bf576a Mon Sep 17 00:00:00 2001 From: Dustin Spicuzza Date: Mon, 16 Dec 2024 10:44:25 -0500 Subject: [PATCH 1/2] Updated dependencies - build-system.requires: robotpy-build<2025.0.0b1,~=2025.0.0a5 - lib updated to 2025.1.1-beta-3 --- rdev.toml | 4 ++-- subprojects/pyntcore/pyproject.toml | 4 ++-- subprojects/robotpy-apriltag/pyproject.toml | 4 ++-- subprojects/robotpy-cscore/pyproject.toml | 6 +++--- subprojects/robotpy-hal/pyproject.toml | 4 ++-- subprojects/robotpy-halsim-ds-socket/pyproject.toml | 4 ++-- subprojects/robotpy-halsim-gui/pyproject.toml | 4 ++-- subprojects/robotpy-halsim-ws/pyproject.toml | 6 +++--- subprojects/robotpy-romi/pyproject.toml | 4 ++-- subprojects/robotpy-wpilib/pyproject.toml | 4 ++-- subprojects/robotpy-wpimath/pyproject.toml | 4 ++-- subprojects/robotpy-wpinet/pyproject.toml | 4 ++-- subprojects/robotpy-wpiutil/pyproject.toml | 4 ++-- subprojects/robotpy-xrp/pyproject.toml | 6 +++--- 14 files changed, 31 insertions(+), 31 deletions(-) diff --git a/rdev.toml b/rdev.toml index 0bfc154ad..31ca8d575 100644 --- a/rdev.toml +++ b/rdev.toml @@ -5,7 +5,7 @@ [params] # wpilib_bin_url = "https://frcmaven.wpi.edu/artifactory/release" -wpilib_bin_version = "2025.1.1-beta-2" +wpilib_bin_version = "2025.1.1-beta-3" wpilib_bin_url = "https://frcmaven.wpi.edu/artifactory/development" # Don't update these artifacts @@ -13,7 +13,7 @@ exclude_artifacts = [ "opencv-cpp" ] -robotpy_build_req = "<2025.0.0b1,~=2025.0.0a4" +robotpy_build_req = "<2025.0.0b1,~=2025.0.0a5" # # Subproject configuration diff --git a/subprojects/pyntcore/pyproject.toml b/subprojects/pyntcore/pyproject.toml index f5ba58be9..491540f96 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.0a4", + "robotpy-build<2025.0.0b1,~=2025.0.0a5", "robotpy-wpiutil~=2025.0.0b2", "robotpy-wpinet~=2025.0.0b2", ] @@ -37,7 +37,7 @@ scan_headers_ignore = [ artifact_id = "ntcore-cpp" group_id = "edu.wpi.first.ntcore" repo_url = "https://frcmaven.wpi.edu/artifactory/development" -version = "2025.1.1-beta-2" +version = "2025.1.1-beta-3" libs = ["ntcore"] diff --git a/subprojects/robotpy-apriltag/pyproject.toml b/subprojects/robotpy-apriltag/pyproject.toml index 90392397a..a929b56d2 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.0a4", + "robotpy-build<2025.0.0b1,~=2025.0.0a5", "robotpy-wpiutil~=2025.0.0b2", "robotpy-wpimath~=2025.0.0b2", ] @@ -40,7 +40,7 @@ scan_headers_ignore = [ artifact_id = "apriltag-cpp" group_id = "edu.wpi.first.apriltag" repo_url = "https://frcmaven.wpi.edu/artifactory/development" -version = "2025.1.1-beta-2" +version = "2025.1.1-beta-3" libs = ["apriltag"] diff --git a/subprojects/robotpy-cscore/pyproject.toml b/subprojects/robotpy-cscore/pyproject.toml index a58ff8eb6..5878522af 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.0a4", + "robotpy-build<2025.0.0b1,~=2025.0.0a5", "robotpy-wpiutil~=2025.0.0b2", "robotpy-wpinet~=2025.0.0b2", "pyntcore~=2025.0.0b2", @@ -30,7 +30,7 @@ update_init = [ artifact_id = "cscore-cpp" group_id = "edu.wpi.first.cscore" repo_url = "https://frcmaven.wpi.edu/artifactory/development" -version = "2025.1.1-beta-2" +version = "2025.1.1-beta-3" libs = ["cscore"] @@ -38,7 +38,7 @@ libs = ["cscore"] artifact_id = "cameraserver-cpp" group_id = "edu.wpi.first.cameraserver" repo_url = "https://frcmaven.wpi.edu/artifactory/development" -version = "2025.1.1-beta-2" +version = "2025.1.1-beta-3" libs = ["cameraserver"] diff --git a/subprojects/robotpy-hal/pyproject.toml b/subprojects/robotpy-hal/pyproject.toml index b741eecc2..cda4f63fb 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.0a4", + "robotpy-build<2025.0.0b1,~=2025.0.0a5", "robotpy-wpiutil~=2025.0.0b2", ] @@ -53,7 +53,7 @@ artifact_id = "hal-cpp" group_id = "edu.wpi.first.hal" # repo_url = "https://frcmaven.wpi.edu/artifactory/release" repo_url = "https://frcmaven.wpi.edu/artifactory/development" -version = "2025.1.1-beta-2" +version = "2025.1.1-beta-3" libs = ["wpiHal"] diff --git a/subprojects/robotpy-halsim-ds-socket/pyproject.toml b/subprojects/robotpy-halsim-ds-socket/pyproject.toml index 26686ca24..05830c9fc 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.0a4", + "robotpy-build<2025.0.0b1,~=2025.0.0a5", "robotpy-hal~=2025.0.0b2", "robotpy-wpinet~=2025.0.0b2", ] @@ -28,7 +28,7 @@ artifact_id = "halsim_ds_socket" group_id = "edu.wpi.first.halsim" # repo_url = "https://frcmaven.wpi.edu/artifactory/release" repo_url = "https://frcmaven.wpi.edu/artifactory/development" -version = "2025.1.1-beta-2" +version = "2025.1.1-beta-3" dlopenlibs = ["halsim_ds_socket"] diff --git a/subprojects/robotpy-halsim-gui/pyproject.toml b/subprojects/robotpy-halsim-gui/pyproject.toml index a08bae6bf..9af4e4d4c 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.0a4", + "robotpy-build<2025.0.0b1,~=2025.0.0a5", "robotpy-wpiutil~=2025.0.0b2", "robotpy-wpimath~=2025.0.0b2", "robotpy-hal~=2025.0.0b2", @@ -30,7 +30,7 @@ artifact_id = "halsim_gui" group_id = "edu.wpi.first.halsim" # repo_url = "https://frcmaven.wpi.edu/artifactory/release" repo_url = "https://frcmaven.wpi.edu/artifactory/development" -version = "2025.1.1-beta-2" +version = "2025.1.1-beta-3" dlopenlibs = ["halsim_gui"] diff --git a/subprojects/robotpy-halsim-ws/pyproject.toml b/subprojects/robotpy-halsim-ws/pyproject.toml index c95812460..d8fe5e2a1 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.0a4", + "robotpy-build<2025.0.0b1,~=2025.0.0a5", "robotpy-hal~=2025.0.0b2", "robotpy-wpinet~=2025.0.0b2", ] @@ -32,7 +32,7 @@ artifact_id = "halsim_ws_server" group_id = "edu.wpi.first.halsim" # repo_url = "https://frcmaven.wpi.edu/artifactory/release" repo_url = "https://frcmaven.wpi.edu/artifactory/development" -version = "2025.1.1-beta-2" +version = "2025.1.1-beta-3" dlopenlibs = ["halsim_ws_server"] @@ -45,7 +45,7 @@ artifact_id = "halsim_ws_client" group_id = "edu.wpi.first.halsim" # repo_url = "https://frcmaven.wpi.edu/artifactory/release" repo_url = "https://frcmaven.wpi.edu/artifactory/development" -version = "2025.1.1-beta-2" +version = "2025.1.1-beta-3" dlopenlibs = ["halsim_ws_client"] diff --git a/subprojects/robotpy-romi/pyproject.toml b/subprojects/robotpy-romi/pyproject.toml index 85d5ffaa8..f37bcd80d 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.0a4", + "robotpy-build<2025.0.0b1,~=2025.0.0a5", "wpilib~=2025.0.0b2" ] @@ -39,5 +39,5 @@ artifact_id = "romiVendordep-cpp" group_id = "edu.wpi.first.romiVendordep" # repo_url = "https://frcmaven.wpi.edu/artifactory/release" repo_url = "https://frcmaven.wpi.edu/artifactory/development" -version = "2025.1.1-beta-2" +version = "2025.1.1-beta-3" libs = ["romiVendordep"] diff --git a/subprojects/robotpy-wpilib/pyproject.toml b/subprojects/robotpy-wpilib/pyproject.toml index d3631de47..0ce0b219b 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.0a4", + "robotpy-build<2025.0.0b1,~=2025.0.0a5", "robotpy-wpiutil~=2025.0.0b2", "robotpy-wpimath~=2025.0.0b2", "robotpy-hal~=2025.0.0b2", @@ -69,7 +69,7 @@ scan_headers_ignore = [ artifact_id = "wpilibc-cpp" group_id = "edu.wpi.first.wpilibc" repo_url = "https://frcmaven.wpi.edu/artifactory/development" -version = "2025.1.1-beta-2" +version = "2025.1.1-beta-3" libs = ["wpilibc"] diff --git a/subprojects/robotpy-wpimath/pyproject.toml b/subprojects/robotpy-wpimath/pyproject.toml index 475046a3a..91dba0661 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.0a4", + "robotpy-build<2025.0.0b1,~=2025.0.0a5", "robotpy-wpiutil~=2025.0.0b2", # "numpy", # broken in raspbian CI ] @@ -81,7 +81,7 @@ scan_headers_ignore = [ artifact_id = "wpimath-cpp" group_id = "edu.wpi.first.wpimath" repo_url = "https://frcmaven.wpi.edu/artifactory/development" -version = "2025.1.1-beta-2" +version = "2025.1.1-beta-3" libs = ["wpimath"] diff --git a/subprojects/robotpy-wpinet/pyproject.toml b/subprojects/robotpy-wpinet/pyproject.toml index ab3d8b8b2..50b737159 100644 --- a/subprojects/robotpy-wpinet/pyproject.toml +++ b/subprojects/robotpy-wpinet/pyproject.toml @@ -20,7 +20,7 @@ artifact_id = "wpinet-cpp" group_id = "edu.wpi.first.wpinet" # repo_url = "https://frcmaven.wpi.edu/artifactory/release" repo_url = "https://frcmaven.wpi.edu/artifactory/development" -version = "2025.1.1-beta-2" +version = "2025.1.1-beta-3" libs = ["wpinet"] @@ -41,6 +41,6 @@ install_requires = [ [build-system] requires = [ - "robotpy-build<2025.0.0b1,~=2025.0.0a4", + "robotpy-build<2025.0.0b1,~=2025.0.0a5", "robotpy-wpiutil~=2025.0.0b2", ] diff --git a/subprojects/robotpy-wpiutil/pyproject.toml b/subprojects/robotpy-wpiutil/pyproject.toml index 7faa8069a..41ec63b67 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.0a4", + "robotpy-build<2025.0.0b1,~=2025.0.0a5", ] [tool.robotpy-build] @@ -51,7 +51,7 @@ artifact_id = "wpiutil-cpp" group_id = "edu.wpi.first.wpiutil" repo_url = "https://frcmaven.wpi.edu/artifactory/development" # repo_url = "https://frcmaven.wpi.edu/artifactory/development" -version = "2025.1.1-beta-2" +version = "2025.1.1-beta-3" libs = ["wpiutil"] diff --git a/subprojects/robotpy-xrp/pyproject.toml b/subprojects/robotpy-xrp/pyproject.toml index 5ad98340e..5608fb7ea 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.0a4", + "robotpy-build<2025.0.0b1,~=2025.0.0a5", "wpilib~=2025.0.0b2" ] @@ -48,7 +48,7 @@ artifact_id = "xrpVendordep-cpp" group_id = "edu.wpi.first.xrpVendordep" # repo_url = "https://frcmaven.wpi.edu/artifactory/release" repo_url = "https://frcmaven.wpi.edu/artifactory/development" -version = "2025.1.1-beta-2" +version = "2025.1.1-beta-3" libs = ["xrpVendordep"] [tool.robotpy-build.wrappers."xrp.extension".maven_lib_download] @@ -56,7 +56,7 @@ artifact_id = "halsim_xrp" group_id = "edu.wpi.first.halsim" # repo_url = "https://frcmaven.wpi.edu/artifactory/release" repo_url = "https://frcmaven.wpi.edu/artifactory/development" -version = "2025.1.1-beta-2" +version = "2025.1.1-beta-3" dlopenlibs = ["halsim_xrp"] From 16f578ff8c2d72eaa27c7e4f5345576e20c33db5 Mon Sep 17 00:00:00 2001 From: Dustin Spicuzza Date: Thu, 19 Dec 2024 00:12:16 -0500 Subject: [PATCH 2/2] Updated dependencies - build-system.requires: robotpy-build<2025.0.0b1,~=2025.0.0a6 --- rdev.toml | 2 +- subprojects/pyntcore/pyproject.toml | 2 +- subprojects/robotpy-apriltag/pyproject.toml | 2 +- subprojects/robotpy-cscore/pyproject.toml | 2 +- subprojects/robotpy-hal/pyproject.toml | 2 +- subprojects/robotpy-halsim-ds-socket/pyproject.toml | 2 +- subprojects/robotpy-halsim-gui/pyproject.toml | 2 +- subprojects/robotpy-halsim-ws/pyproject.toml | 2 +- subprojects/robotpy-romi/pyproject.toml | 2 +- subprojects/robotpy-wpilib/pyproject.toml | 2 +- subprojects/robotpy-wpimath/pyproject.toml | 2 +- subprojects/robotpy-wpinet/pyproject.toml | 2 +- subprojects/robotpy-wpiutil/pyproject.toml | 2 +- subprojects/robotpy-xrp/pyproject.toml | 2 +- 14 files changed, 14 insertions(+), 14 deletions(-) diff --git a/rdev.toml b/rdev.toml index 31ca8d575..f18e62cc8 100644 --- a/rdev.toml +++ b/rdev.toml @@ -13,7 +13,7 @@ exclude_artifacts = [ "opencv-cpp" ] -robotpy_build_req = "<2025.0.0b1,~=2025.0.0a5" +robotpy_build_req = "<2025.0.0b1,~=2025.0.0a6" # # Subproject configuration diff --git a/subprojects/pyntcore/pyproject.toml b/subprojects/pyntcore/pyproject.toml index 491540f96..ff5ccc972 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.0a5", + "robotpy-build<2025.0.0b1,~=2025.0.0a6", "robotpy-wpiutil~=2025.0.0b2", "robotpy-wpinet~=2025.0.0b2", ] diff --git a/subprojects/robotpy-apriltag/pyproject.toml b/subprojects/robotpy-apriltag/pyproject.toml index a929b56d2..0bea5e935 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.0a5", + "robotpy-build<2025.0.0b1,~=2025.0.0a6", "robotpy-wpiutil~=2025.0.0b2", "robotpy-wpimath~=2025.0.0b2", ] diff --git a/subprojects/robotpy-cscore/pyproject.toml b/subprojects/robotpy-cscore/pyproject.toml index 5878522af..40e79b2a7 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.0a5", + "robotpy-build<2025.0.0b1,~=2025.0.0a6", "robotpy-wpiutil~=2025.0.0b2", "robotpy-wpinet~=2025.0.0b2", "pyntcore~=2025.0.0b2", diff --git a/subprojects/robotpy-hal/pyproject.toml b/subprojects/robotpy-hal/pyproject.toml index cda4f63fb..cc1f836fb 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.0a5", + "robotpy-build<2025.0.0b1,~=2025.0.0a6", "robotpy-wpiutil~=2025.0.0b2", ] diff --git a/subprojects/robotpy-halsim-ds-socket/pyproject.toml b/subprojects/robotpy-halsim-ds-socket/pyproject.toml index 05830c9fc..1423b37b3 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.0a5", + "robotpy-build<2025.0.0b1,~=2025.0.0a6", "robotpy-hal~=2025.0.0b2", "robotpy-wpinet~=2025.0.0b2", ] diff --git a/subprojects/robotpy-halsim-gui/pyproject.toml b/subprojects/robotpy-halsim-gui/pyproject.toml index 9af4e4d4c..6b06ec84c 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.0a5", + "robotpy-build<2025.0.0b1,~=2025.0.0a6", "robotpy-wpiutil~=2025.0.0b2", "robotpy-wpimath~=2025.0.0b2", "robotpy-hal~=2025.0.0b2", diff --git a/subprojects/robotpy-halsim-ws/pyproject.toml b/subprojects/robotpy-halsim-ws/pyproject.toml index d8fe5e2a1..a2202eeba 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.0a5", + "robotpy-build<2025.0.0b1,~=2025.0.0a6", "robotpy-hal~=2025.0.0b2", "robotpy-wpinet~=2025.0.0b2", ] diff --git a/subprojects/robotpy-romi/pyproject.toml b/subprojects/robotpy-romi/pyproject.toml index f37bcd80d..d9e010ca2 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.0a5", + "robotpy-build<2025.0.0b1,~=2025.0.0a6", "wpilib~=2025.0.0b2" ] diff --git a/subprojects/robotpy-wpilib/pyproject.toml b/subprojects/robotpy-wpilib/pyproject.toml index 0ce0b219b..5691aeb43 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.0a5", + "robotpy-build<2025.0.0b1,~=2025.0.0a6", "robotpy-wpiutil~=2025.0.0b2", "robotpy-wpimath~=2025.0.0b2", "robotpy-hal~=2025.0.0b2", diff --git a/subprojects/robotpy-wpimath/pyproject.toml b/subprojects/robotpy-wpimath/pyproject.toml index 91dba0661..42f30e515 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.0a5", + "robotpy-build<2025.0.0b1,~=2025.0.0a6", "robotpy-wpiutil~=2025.0.0b2", # "numpy", # broken in raspbian CI ] diff --git a/subprojects/robotpy-wpinet/pyproject.toml b/subprojects/robotpy-wpinet/pyproject.toml index 50b737159..8ddaed692 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.0a5", + "robotpy-build<2025.0.0b1,~=2025.0.0a6", "robotpy-wpiutil~=2025.0.0b2", ] diff --git a/subprojects/robotpy-wpiutil/pyproject.toml b/subprojects/robotpy-wpiutil/pyproject.toml index 41ec63b67..ef7c22c62 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.0a5", + "robotpy-build<2025.0.0b1,~=2025.0.0a6", ] [tool.robotpy-build] diff --git a/subprojects/robotpy-xrp/pyproject.toml b/subprojects/robotpy-xrp/pyproject.toml index 5608fb7ea..a66af6001 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.0a5", + "robotpy-build<2025.0.0b1,~=2025.0.0a6", "wpilib~=2025.0.0b2" ]