From f230752a4b9ce849ccc0541b3a2ab5e42863b8aa Mon Sep 17 00:00:00 2001 From: Dustin Spicuzza Date: Tue, 27 Feb 2024 23:22:34 -0500 Subject: [PATCH] Bump wpilib --- pyproject.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 5b23655..23a823d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,17 +6,17 @@ author_email = "robotpy@googlegroups.com" url = "https://github.com/robotpy/robotpy-rev" license = "BSD-3-Clause" install_requires = [ - "robotpy-wpiutil<2025.0.0,>=2024.2.1", - "robotpy-wpimath<2025.0.0,>=2024.2.1", - "wpilib<2025.0.0,>=2024.1.1", + "robotpy-wpiutil<2025.0.0,>=2024.3.1", + "robotpy-wpimath<2025.0.0,>=2024.3.1", + "wpilib<2025.0.0,>=2024.3.1", ] [build-system] requires = [ "robotpy-build<2025.0.0,~=2024.0.0", - "robotpy-wpiutil<2025.0.0,~=2024.2.1", - "robotpy-wpimath<2025.0.0,~=2024.2.1", - "wpilib<2025.0.0,~=2024.2.1", + "robotpy-wpiutil<2025.0.0,~=2024.3.1", + "robotpy-wpimath<2025.0.0,~=2024.3.1", + "wpilib<2025.0.0,~=2024.3.1", ] [tool.robotpy-build]