Skip to content

Commit 3357b7a

Browse files
committed
Update to 2025.0.3
1 parent 250facc commit 3357b7a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ author_email = "[email protected]"
66
url = "https://github.com/robotpy/robotpy-rev"
77
license = "BSD-3-Clause"
88
install_requires = [
9-
"wpilib<2026.0.0,>=2025.2.1",
9+
"wpilib<2026.0.0,>=2025.3.1",
1010
]
1111

1212
[build-system]
1313
requires = [
1414
"robotpy-build<2026.0.0,~=2025.0.0",
15-
"wpilib<2026.0.0,>=2025.2.1",
15+
"wpilib<2026.0.0,>=2025.3.1",
1616
]
1717

1818
[tool.robotpy-build]
@@ -23,14 +23,14 @@ update_init = ["rev"]
2323
artifact_id = "REVLib-driver"
2424
group_id = "com.revrobotics.frc"
2525
repo_url = "https://maven.revrobotics.com"
26-
version = "2025.0.2"
26+
version = "2025.0.3"
2727
libs = ["REVLibDriver"]
2828

2929
[tool.robotpy-build.static_libs."revlib".maven_lib_download]
3030
artifact_id = "REVLib-cpp"
3131
group_id = "com.revrobotics.frc"
3232
repo_url = "https://maven.revrobotics.com"
33-
version = "2025.0.2"
33+
version = "2025.0.3"
3434
libs = ["REVLib"]
3535

3636
[tool.robotpy-build.wrappers."rev"]

0 commit comments

Comments
 (0)