Skip to content

Commit 23ef04b

Browse files
committed
Updated dependencies
- wpilib >= 2022.4.1.0
1 parent f236f4f commit 23ef04b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[build-system]
22
requires = [
33
"robotpy-build<2023.0.0,>=2022.2.0",
4-
"wpilib<2023.0.0,>=2022.3.1.0",
4+
"wpilib<2023.0.0,>=2022.4.1.0",
55
]
66

77
[tool.robotpy-build]
@@ -116,5 +116,5 @@ author_email = "[email protected]"
116116
url = "https://github.com/robotpy/robotpy-commands-v2"
117117
license = "BSD-3-Clause"
118118
install_requires = [
119-
"wpilib<2023.0.0,>=2022.3.1.0",
119+
"wpilib<2023.0.0,>=2022.4.1.0",
120120
]

0 commit comments

Comments
 (0)