diff --git a/pyproject.toml b/pyproject.toml index beeb258..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.2.1", + "wpilib<2026.0.0,>=2025.3.2", ] [build-system] requires = [ - "robotpy-build<2026.0.0,~=2025.0.0", - "wpilib<2026.0.0,>=2025.2.1", + "robotpy-build<2026.0.0,~=2025.1.0", + "wpilib<2026.0.0,>=2025.3.2", ] [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"] 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