chore: bump wpilib to 2025.3.2 and fix mypy errors (#1819)

This commit is contained in:
Sam Freund
2025-03-19 00:31:59 -05:00
committed by GitHub
parent abbf3f2820
commit 30645803e6
13 changed files with 31 additions and 31 deletions

View File

@@ -6,7 +6,7 @@
[tool.robotpy]
# Version of robotpy this project depends on
robotpy_version = "2025.3.1"
robotpy_version = "2025.3.2"
# Which extra RobotPy components should be installed
# -> equivalent to `pip install robotpy[extra1, ...]