Skip to content

Commit e773fc9

Browse files
authored
Merge pull request #77 from robotpy/upgrade
Update to 2025.0.3
2 parents 250facc + bb3ae6b commit e773fc9

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ author_email = "robotpy@googlegroups.com"
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.2",
1010
]
1111

1212
[build-system]
1313
requires = [
14-
"robotpy-build<2026.0.0,~=2025.0.0",
15-
"wpilib<2026.0.0,>=2025.2.1",
14+
"robotpy-build<2026.0.0,~=2025.1.0",
15+
"wpilib<2026.0.0,>=2025.3.2",
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"]

tests/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
pytest
2-
robotpy
2+
pyfrc<2026.0.0,>=2025.0.0

0 commit comments

Comments
 (0)