From 3357b7adc239d4ffdf164579bfb6a3155e2752b9 Mon Sep 17 00:00:00 2001 From: Dustin Spicuzza Date: Mon, 3 Mar 2025 21:16:49 -0500 Subject: [PATCH 1/3] Update to 2025.0.3 --- pyproject.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index beeb258..cf40918 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,13 +6,13 @@ author_email = "robotpy@googlegroups.com" url = "https://github.com/robotpy/robotpy-rev" license = "BSD-3-Clause" install_requires = [ - "wpilib<2026.0.0,>=2025.2.1", + "wpilib<2026.0.0,>=2025.3.1", ] [build-system] requires = [ "robotpy-build<2026.0.0,~=2025.0.0", - "wpilib<2026.0.0,>=2025.2.1", + "wpilib<2026.0.0,>=2025.3.1", ] [tool.robotpy-build] @@ -23,14 +23,14 @@ update_init = ["rev"] artifact_id = "REVLib-driver" group_id = "com.revrobotics.frc" repo_url = "https://maven.revrobotics.com" -version = "2025.0.2" +version = "2025.0.3" libs = ["REVLibDriver"] [tool.robotpy-build.static_libs."revlib".maven_lib_download] artifact_id = "REVLib-cpp" group_id = "com.revrobotics.frc" repo_url = "https://maven.revrobotics.com" -version = "2025.0.2" +version = "2025.0.3" libs = ["REVLib"] [tool.robotpy-build.wrappers."rev"] From 8db07c853e3f8c82720908bd70b26efc31f22bb7 Mon Sep 17 00:00:00 2001 From: Dustin Spicuzza Date: Wed, 19 Mar 2025 00:05:13 -0400 Subject: [PATCH 2/3] Update robotpy-build --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index cf40918..9fe6319 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,13 +6,13 @@ author_email = "robotpy@googlegroups.com" url = "https://github.com/robotpy/robotpy-rev" license = "BSD-3-Clause" install_requires = [ - "wpilib<2026.0.0,>=2025.3.1", + "wpilib<2026.0.0,>=2025.3.2", ] [build-system] requires = [ - "robotpy-build<2026.0.0,~=2025.0.0", - "wpilib<2026.0.0,>=2025.3.1", + "robotpy-build<2026.0.0,~=2025.1.0", + "wpilib<2026.0.0,>=2025.3.2", ] [tool.robotpy-build] From bb3ae6bd64da0f214319803d4816b33e19aa306c Mon Sep 17 00:00:00 2001 From: Dustin Spicuzza Date: Wed, 19 Mar 2025 00:33:22 -0400 Subject: [PATCH 3/3] Only pyfrc is required to run example tests --- tests/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/requirements.txt b/tests/requirements.txt index 2777db4..5c6735e 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -1,2 +1,2 @@ pytest -robotpy +pyfrc<2026.0.0,>=2025.0.0