Skip to content

Commit 344e8e4

Browse files
committed
Upgrade semiwrap
1 parent e4884d8 commit 344e8e4

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ build-backend = "hatchling.build"
33
requires = [
44
"hatchling",
55
"hatch-vcs",
6-
"semiwrap~=0.2.1",
6+
"semiwrap~=0.3.0",
77
"hatch-meson~=0.1.0",
88
"hatch-robotpy~=0.2.1",
9-
"wpilib~=2026.1.1",
9+
"wpilib~=2026.2.1",
1010
]
1111

1212

@@ -16,7 +16,7 @@ dynamic = ["version"]
1616
description = "REVLib for RobotPy"
1717
license = "BSD-3-Clause"
1818
dependencies = [
19-
"wpilib>=2026.1.1,<2027",
19+
"wpilib>=2026.2.1,<2027",
2020
]
2121

2222
[[project.authors]]

0 commit comments

Comments
 (0)