Skip to content

Commit 938e725

Browse files
committed
Updated dependencies
- build-system.requires: semiwrap~=0.1.4
1 parent f467f0d commit 938e725

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
@@ -34,7 +34,7 @@ exclude_artifacts = [
3434
robot_wheel_platform = "linux-roborio"
3535

3636
[params.requirements]
37-
semiwrap = "~=0.1.2"
37+
semiwrap = "~=0.1.4"
3838
hatch-meson = "~=0.1.0b2"
3939
hatch-nativelib = "~=0.2.0"
4040
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.2",
4+
"semiwrap~=0.1.4",
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.2",
4+
"semiwrap~=0.1.4",
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.2",
4+
"semiwrap~=0.1.4",
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.2",
4+
"semiwrap~=0.1.4",
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.2",
4+
"semiwrap~=0.1.4",
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.2",
4+
"semiwrap~=0.1.4",
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.2",
4+
"semiwrap~=0.1.4",
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.2",
4+
"semiwrap~=0.1.4",
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.2",
4+
"semiwrap~=0.1.4",
55
"hatch-meson~=0.1.0b2",
66
"hatchling",
77
"robotpy-native-wpinet==2025.3.2.1",

0 commit comments

Comments
 (0)