Skip to content

Commit 4a5d5e8

Browse files
committed
Updated dependencies
- build-system.requires: semiwrap~=0.2.0
1 parent 57fcfd8 commit 4a5d5e8

File tree

12 files changed

+12
-12
lines changed

12 files changed

+12
-12
lines changed

rdev.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ robotpy_sim = "robotpy_sim.2026"
4242
robotpy_cli = "robotpy_cli.2026"
4343

4444
[params.requirements]
45-
semiwrap = "~=0.1.7"
45+
semiwrap = "~=0.2.0"
4646
hatch-meson = "~=0.1.0b2"
4747
hatch-nativelib = "~=0.2.0"
4848
hatch-robotpy = "~=0.2"

subprojects/pyntcore/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[build-system]
22
build-backend = "hatchling.build"
33
requires = [
4-
"semiwrap~=0.1.7",
4+
"semiwrap~=0.2.0",
55
"hatch-meson~=0.1.0b2",
66
"hatch-robotpy~=0.2",
77
"hatchling",

subprojects/robotpy-apriltag/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[build-system]
22
build-backend = "hatchling.build"
33
requires = [
4-
"semiwrap~=0.1.7",
4+
"semiwrap~=0.2.0",
55
"hatch-meson~=0.1.0b2",
66
"hatch-robotpy~=0.2",
77
"hatchling",

subprojects/robotpy-cscore/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[build-system]
22
build-backend = "hatchling.build"
33
requires = [
4-
"semiwrap~=0.1.7",
4+
"semiwrap~=0.2.0",
55
"hatch-meson~=0.1.0b2",
66
"hatch-robotpy~=0.2",
77
"hatchling",

subprojects/robotpy-hal/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[build-system]
22
build-backend = "hatchling.build"
33
requires = [
4-
"semiwrap~=0.1.7",
4+
"semiwrap~=0.2.0",
55
"hatch-meson~=0.1.0b2",
66
"hatchling",
77
"robotpy-native-wpihal==2025.3.2.1",

subprojects/robotpy-halsim-gui/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[build-system]
22
build-backend = "hatchling.build"
33
requires = [
4-
"semiwrap~=0.1.7",
4+
"semiwrap~=0.2.0",
55
"hatch-meson~=0.1.0b2",
66
"hatch-robotpy~=0.2",
77
"hatchling",

subprojects/robotpy-romi/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[build-system]
22
build-backend = "hatchling.build"
33
requires = [
4-
"semiwrap~=0.1.7",
4+
"semiwrap~=0.2.0",
55
"hatch-meson~=0.1.0b2",
66
"hatch-robotpy~=0.2",
77
"hatchling",

subprojects/robotpy-wpilib/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[build-system]
22
build-backend = "hatchling.build"
33
requires = [
4-
"semiwrap~=0.1.7",
4+
"semiwrap~=0.2.0",
55
"hatch-meson~=0.1.0b2",
66
"hatch-robotpy~=0.2",
77
"hatchling",

subprojects/robotpy-wpimath/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[build-system]
22
build-backend = "hatchling.build"
33
requires = [
4-
"semiwrap~=0.1.7",
4+
"semiwrap~=0.2.0",
55
"hatch-meson~=0.1.0b2",
66
"hatch-robotpy~=0.2",
77
"hatchling",

subprojects/robotpy-wpinet/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[build-system]
22
build-backend = "hatchling.build"
33
requires = [
4-
"semiwrap~=0.1.7",
4+
"semiwrap~=0.2.0",
55
"hatch-meson~=0.1.0b2",
66
"hatchling",
77
"robotpy-native-wpinet==2025.3.2.1",

0 commit comments

Comments
 (0)