Skip to content

Commit 56aa647

Browse files
committed
Updated dependencies
- build-system.requires: hatch-meson~=0.1 - build-system.requires: hatch-nativelib~=0.2.0 - build-system.requires: hatch-robotpy~=0.2 - build-system.requires: pyntcore==2025.3.2.3 - build-system.requires: robotpy-hal==2025.3.2.3 - build-system.requires: robotpy-wpimath==2025.3.2.3 - build-system.requires: robotpy-wpinet==2025.3.2.3 - build-system.requires: robotpy-wpiutil==2025.3.2.3 - build-system.requires: semiwrap~=0.1 - build-system.requires: wpilib==2025.3.2.3 - project.dependencies: pyntcore==2025.3.2.3 - project.dependencies: robotpy-hal==2025.3.2.3 - project.dependencies: robotpy-wpimath==2025.3.2.3 - project.dependencies: robotpy-wpinet==2025.3.2.3 - project.dependencies: robotpy-wpiutil==2025.3.2.3 - project.dependencies: wpilib==2025.3.2.3 - pyntcore updated to 2025.3.2.3 - robotpy-apriltag updated to 2025.3.2.3 - robotpy-cscore updated to 2025.3.2.3 - robotpy-hal updated to 2025.3.2.3 - robotpy-halsim-ds-socket updated to 2025.3.2 - robotpy-halsim-gui updated to 2025.3.2.3 - robotpy-halsim-ws updated to 2025.3.2 - robotpy-romi updated to 2025.3.2.3 - robotpy-wpimath updated to 2025.3.2.3 - robotpy-wpinet updated to 2025.3.2.3 - robotpy-wpiutil updated to 2025.3.2.3 - robotpy-xrp updated to 2025.3.2.3 - wpilib updated to 2025.3.2.3
1 parent 6c0b329 commit 56aa647

File tree

22 files changed

+91
-91
lines changed

22 files changed

+91
-91
lines changed

subprojects/native.apriltag/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
build-backend = "hatchling.build"
33
requires = [
44
"hatchling",
5-
"hatch-nativelib",
6-
"hatch-robotpy",
5+
"hatch-nativelib~=0.2.0",
6+
"hatch-robotpy~=0.2",
77
"native.wpiutil==2025.3.2",
88
"native.wpimath==2025.3.2",
99
]

subprojects/native.ntcore/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
build-backend = "hatchling.build"
33
requires = [
44
"hatchling",
5-
"hatch-nativelib",
6-
"hatch-robotpy",
5+
"hatch-nativelib~=0.2.0",
6+
"hatch-robotpy~=0.2",
77
"native.wpiutil==2025.3.2",
88
"native.wpinet==2025.3.2",
99
]

subprojects/native.romi/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
build-backend = "hatchling.build"
33
requires = [
44
"hatchling",
5-
"hatch-nativelib",
6-
"hatch-robotpy",
5+
"hatch-nativelib~=0.2.0",
6+
"hatch-robotpy~=0.2",
77
"native.wpilib==2025.3.2",
88
]
99

subprojects/native.wpihal/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
build-backend = "hatchling.build"
33
requires = [
44
"hatchling",
5-
"hatch-nativelib",
6-
"hatch-robotpy",
5+
"hatch-nativelib~=0.2.0",
6+
"hatch-robotpy~=0.2",
77
"native.wpiutil==2025.3.2",
88
]
99

subprojects/native.wpilib/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
build-backend = "hatchling.build"
33
requires = [
44
"hatchling",
5-
"hatch-nativelib",
6-
"hatch-robotpy",
5+
"hatch-nativelib~=0.2.0",
6+
"hatch-robotpy~=0.2",
77
"native.wpiutil==2025.3.2",
88
"native.wpinet==2025.3.2",
99
"native.ntcore==2025.3.2",

subprojects/native.wpimath/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
build-backend = "hatchling.build"
33
requires = [
44
"hatchling",
5-
"hatch-nativelib",
6-
"hatch-robotpy",
5+
"hatch-nativelib~=0.2.0",
6+
"hatch-robotpy~=0.2",
77
"native.wpiutil==2025.3.2",
88
]
99

subprojects/native.wpinet/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
build-backend = "hatchling.build"
33
requires = [
44
"hatchling",
5-
"hatch-nativelib",
6-
"hatch-robotpy",
5+
"hatch-nativelib~=0.2.0",
6+
"hatch-robotpy~=0.2",
77
"native.wpiutil==2025.3.2",
88
]
99

subprojects/native.wpiutil/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
build-backend = "hatchling.build"
33
requires = [
44
"hatchling",
5-
"hatch-nativelib",
6-
"hatch-robotpy",
5+
"hatch-nativelib~=0.2.0",
6+
"hatch-robotpy~=0.2",
77
]
88

99
[project]

subprojects/native.xrp/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
build-backend = "hatchling.build"
33
requires = [
44
"hatchling",
5-
"hatch-nativelib",
6-
"hatch-robotpy",
5+
"hatch-nativelib~=0.2.0",
6+
"hatch-robotpy~=0.2",
77
"native.wpilib==2025.3.2",
88
]
99

subprojects/pyntcore/pyproject.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[build-system]
22
build-backend = "hatchling.build"
33
requires = [
4-
"semiwrap",
5-
"hatch-meson",
6-
"hatch-robotpy",
4+
"semiwrap~=0.1",
5+
"hatch-meson~=0.1",
6+
"hatch-robotpy~=0.2",
77
"hatchling",
88
"native.ntcore==2025.3.2",
9-
"robotpy-wpiutil~=2025.3.2",
10-
"robotpy-wpinet~=2025.3.2",
9+
"robotpy-wpiutil==2025.3.2.3",
10+
"robotpy-wpinet==2025.3.2.3",
1111
]
1212

1313

@@ -21,8 +21,8 @@ authors = [
2121
license = "BSD-3-Clause"
2222
dependencies = [
2323
"native.ntcore==2025.3.2",
24-
"robotpy-wpiutil~=2025.3.2",
25-
"robotpy-wpinet~=2025.3.2",
24+
"robotpy-wpiutil==2025.3.2.3",
25+
"robotpy-wpinet==2025.3.2.3",
2626
]
2727

2828
[project.urls]

0 commit comments

Comments
 (0)