Skip to content

Commit c6a00b5

Browse files
committed
Updated dependencies
- build-system.requires: semiwrap~=0.1.2
1 parent 491ea0c commit c6a00b5

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
@@ -31,7 +31,7 @@ exclude_artifacts = [
3131
]
3232

3333
[params.requirements]
34-
semiwrap = "~=0.1"
34+
semiwrap = "~=0.1.2"
3535
hatch-meson = "~=0.1.0b2"
3636
hatch-nativelib = "~=0.2.0"
3737
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",
4+
"semiwrap~=0.1.2",
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",
4+
"semiwrap~=0.1.2",
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",
4+
"semiwrap~=0.1.2",
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",
4+
"semiwrap~=0.1.2",
55
"hatch-meson~=0.1.0b2",
66
"hatchling",
77
"robotpy-native-wpihal==2025.3.2",

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",
4+
"semiwrap~=0.1.2",
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",
4+
"semiwrap~=0.1.2",
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",
4+
"semiwrap~=0.1.2",
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",
4+
"semiwrap~=0.1.2",
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",
4+
"semiwrap~=0.1.2",
55
"hatch-meson~=0.1.0b2",
66
"hatchling",
77
"robotpy-native-wpinet==2025.3.2",

subprojects/robotpy-wpiutil/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",
4+
"semiwrap~=0.1.2",
55
"hatch-meson~=0.1.0b2",
66
"hatch-robotpy~=0.2",
77
"hatchling",

subprojects/robotpy-xrp/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",
4+
"semiwrap~=0.1.2",
55
"hatch-meson~=0.1.0b2",
66
"hatch-robotpy~=0.2",
77
"hatchling",

0 commit comments

Comments
 (0)