Skip to content

Commit c716111

Browse files
committed
Bump to 2024.2.3
1 parent a5d6018 commit c716111

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

pyproject.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,17 @@ author_email = "[email protected]"
66
url = "https://github.com/robotpy/robotpy-rev"
77
license = "BSD-3-Clause"
88
install_requires = [
9-
"robotpy-wpiutil<2025.0.0,>=2024.2.1",
10-
"robotpy-wpimath<2025.0.0,>=2024.2.1",
11-
"wpilib<2025.0.0,>=2024.1.1",
9+
"robotpy-wpiutil<2025.0.0,>=2024.3.2",
10+
"robotpy-wpimath<2025.0.0,>=2024.3.2",
11+
"wpilib<2025.0.0,>=2024.3.2",
1212
]
1313

1414
[build-system]
1515
requires = [
1616
"robotpy-build<2025.0.0,~=2024.0.0",
17-
"robotpy-wpiutil<2025.0.0,~=2024.2.1",
18-
"robotpy-wpimath<2025.0.0,~=2024.2.1",
19-
"wpilib<2025.0.0,~=2024.2.1",
17+
"robotpy-wpiutil<2025.0.0,~=2024.3.2",
18+
"robotpy-wpimath<2025.0.0,~=2024.3.2",
19+
"wpilib<2025.0.0,~=2024.3.2",
2020
]
2121

2222
[tool.robotpy-build]
@@ -26,14 +26,14 @@ base_package = "rev"
2626
artifact_id = "REVLib-driver"
2727
group_id = "com.revrobotics.frc"
2828
repo_url = "https://maven.revrobotics.com"
29-
version = "2024.2.2"
29+
version = "2024.2.3"
3030
libs = ["REVLibDriver"]
3131

3232
[tool.robotpy-build.static_libs."revlib".maven_lib_download]
3333
artifact_id = "REVLib-cpp"
3434
group_id = "com.revrobotics.frc"
3535
repo_url = "https://maven.revrobotics.com"
36-
version = "2024.2.2"
36+
version = "2024.2.3"
3737
libs = ["REVLib"]
3838

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

0 commit comments

Comments
 (0)