Skip to content

Commit cb56657

Browse files
committed
Updated dependencies
- 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: 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-gui updated to 2025.3.2.3 - 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 1c03693 commit cb56657

File tree

11 files changed

+51
-51
lines changed

11 files changed

+51
-51
lines changed

subprojects/pyntcore/pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,23 +6,23 @@ requires = [
66
"hatch-robotpy~=0.2",
77
"hatchling",
88
"robotpy-native-ntcore==2025.3.2",
9-
"robotpy-wpiutil==2025.3.2.2",
10-
"robotpy-wpinet==2025.3.2.2",
9+
"robotpy-wpiutil==2025.3.2.3",
10+
"robotpy-wpinet==2025.3.2.3",
1111
]
1212

1313

1414
[project]
1515
name = "pyntcore"
16-
version = "2025.3.2.2"
16+
version = "2025.3.2.3"
1717
description = "Binary wrappers for the FRC ntcore library"
1818
authors = [
1919
{name = "RobotPy Development Team", email = "robotpy@googlegroups.com"},
2020
]
2121
license = "BSD-3-Clause"
2222
dependencies = [
2323
"robotpy-native-ntcore==2025.3.2",
24-
"robotpy-wpiutil==2025.3.2.2",
25-
"robotpy-wpinet==2025.3.2.2",
24+
"robotpy-wpiutil==2025.3.2.3",
25+
"robotpy-wpinet==2025.3.2.3",
2626
]
2727

2828
[project.urls]

subprojects/robotpy-apriltag/pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,22 +6,22 @@ requires = [
66
"hatch-robotpy~=0.2",
77
"hatchling",
88
"robotpy-native-apriltag==2025.3.2",
9-
"robotpy-wpiutil==2025.3.2.2",
10-
"robotpy-wpimath==2025.3.2.2",
9+
"robotpy-wpiutil==2025.3.2.3",
10+
"robotpy-wpimath==2025.3.2.3",
1111
]
1212

1313
[project]
1414
name = "robotpy-apriltag"
15-
version = "2025.3.2.2"
15+
version = "2025.3.2.3"
1616
description = "RobotPy bindings for WPILib's AprilTag library"
1717
authors = [
1818
{name = "RobotPy Development Team", email = "robotpy@googlegroups.com"},
1919
]
2020
license = "BSD-3-Clause"
2121
dependencies = [
2222
"robotpy-native-apriltag==2025.3.2",
23-
"robotpy-wpiutil==2025.3.2.2",
24-
"robotpy-wpimath==2025.3.2.2",
23+
"robotpy-wpiutil==2025.3.2.3",
24+
"robotpy-wpimath==2025.3.2.3",
2525
]
2626

2727
[project.urls]

subprojects/robotpy-cscore/pyproject.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,24 +5,24 @@ requires = [
55
"hatch-meson~=0.1.0b2",
66
"hatch-robotpy~=0.2",
77
"hatchling",
8-
"robotpy-wpiutil==2025.3.2.2",
9-
"robotpy-wpinet==2025.3.2.2",
10-
"pyntcore==2025.3.2.2",
8+
"robotpy-wpiutil==2025.3.2.3",
9+
"robotpy-wpinet==2025.3.2.3",
10+
"pyntcore==2025.3.2.3",
1111
# "numpy", # required for pybind11-stubgen to not complain, broken in raspbian CI
1212
]
1313

1414
[project]
1515
name = "robotpy-cscore"
16-
version = "2025.3.2.2"
16+
version = "2025.3.2.3"
1717
description = "RobotPy bindings for cscore image processing library"
1818
authors = [
1919
{name = "RobotPy Development Team", email = "robotpy@googlegroups.com"},
2020
]
2121
license = "BSD-3-Clause"
2222
dependencies = [
23-
"robotpy-wpiutil==2025.3.2.2",
24-
"robotpy-wpinet==2025.3.2.2",
25-
"pyntcore==2025.3.2.2",
23+
"robotpy-wpiutil==2025.3.2.3",
24+
"robotpy-wpinet==2025.3.2.3",
25+
"pyntcore==2025.3.2.3",
2626
]
2727

2828
[project.urls]

subprojects/robotpy-hal/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,20 @@ requires = [
55
"hatch-meson~=0.1.0b2",
66
"hatchling",
77
"robotpy-native-wpihal==2025.3.2",
8-
"robotpy-wpiutil==2025.3.2.2",
8+
"robotpy-wpiutil==2025.3.2.3",
99
]
1010

1111
[project]
1212
name = "robotpy-hal"
13-
version = "2025.3.2.2"
13+
version = "2025.3.2.3"
1414
description = "Binary wrapper for FRC HAL"
1515
authors = [
1616
{name = "RobotPy Development Team", email = "robotpy@googlegroups.com"},
1717
]
1818
license = "BSD-3-Clause"
1919
dependencies = [
2020
"robotpy-native-wpihal==2025.3.2",
21-
"robotpy-wpiutil==2025.3.2.2",
21+
"robotpy-wpiutil==2025.3.2.3",
2222
]
2323

2424
[project.urls]

subprojects/robotpy-halsim-gui/pyproject.toml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,25 +5,25 @@ requires = [
55
"hatch-meson~=0.1.0b2",
66
"hatch-robotpy~=0.2",
77
"hatchling",
8-
"robotpy-wpiutil==2025.3.2.2",
9-
"robotpy-wpimath==2025.3.2.2",
10-
"robotpy-hal==2025.3.2.2",
11-
"pyntcore==2025.3.2.2",
8+
"robotpy-wpiutil==2025.3.2.3",
9+
"robotpy-wpimath==2025.3.2.3",
10+
"robotpy-hal==2025.3.2.3",
11+
"pyntcore==2025.3.2.3",
1212
]
1313

1414
[project]
1515
name = "robotpy-halsim-gui"
16-
version = "2025.3.2.2"
16+
version = "2025.3.2.3"
1717
description = "WPILib simulation GUI"
1818
authors = [
1919
{name = "RobotPy Development Team", email = "robotpy@googlegroups.com"},
2020
]
2121
license = "BSD-3-Clause"
2222
dependencies = [
23-
"robotpy-wpiutil==2025.3.2.2",
24-
"robotpy-wpimath==2025.3.2.2",
25-
"robotpy-hal==2025.3.2.2",
26-
"pyntcore==2025.3.2.2",
23+
"robotpy-wpiutil==2025.3.2.3",
24+
"robotpy-wpimath==2025.3.2.3",
25+
"robotpy-hal==2025.3.2.3",
26+
"pyntcore==2025.3.2.3",
2727
]
2828

2929
[project.urls]

subprojects/robotpy-romi/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,21 @@ requires = [
66
"hatch-robotpy~=0.2",
77
"hatchling",
88
"robotpy-native-romi==2025.3.2",
9-
"wpilib==2025.3.2.2",
9+
"wpilib==2025.3.2.3",
1010
]
1111

1212

1313
[project]
1414
name = "robotpy-romi"
15-
version = "2025.3.2.2"
15+
version = "2025.3.2.3"
1616
description = "Binary wrapper for WPILib Romi Vendor library"
1717
authors = [
1818
{name = "RobotPy Development Team", email = "robotpy@googlegroups.com"},
1919
]
2020
license = "BSD-3-Clause"
2121
dependencies = [
2222
"robotpy-native-romi==2025.3.2",
23-
"wpilib==2025.3.2.2"
23+
"wpilib==2025.3.2.3"
2424
]
2525

2626
[project.urls]

subprojects/robotpy-wpilib/pyproject.toml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,26 +6,26 @@ requires = [
66
"hatch-robotpy~=0.2",
77
"hatchling",
88
"robotpy-native-wpilib==2025.3.2",
9-
"robotpy-wpiutil==2025.3.2.2",
10-
"robotpy-wpimath==2025.3.2.2",
11-
"robotpy-hal==2025.3.2.2",
12-
"pyntcore==2025.3.2.2",
9+
"robotpy-wpiutil==2025.3.2.3",
10+
"robotpy-wpimath==2025.3.2.3",
11+
"robotpy-hal==2025.3.2.3",
12+
"pyntcore==2025.3.2.3",
1313
]
1414

1515
[project]
1616
name = "wpilib"
17-
version = "2025.3.2.2"
17+
version = "2025.3.2.3"
1818
description = "Binary wrapper for FRC WPILib"
1919
authors = [
2020
{name = "RobotPy Development Team", email = "robotpy@googlegroups.com"},
2121
]
2222
license = "BSD-3-Clause"
2323
dependencies = [
2424
"robotpy-native-wpilib==2025.3.2",
25-
"robotpy-wpiutil==2025.3.2.2",
26-
"robotpy-wpimath==2025.3.2.2",
27-
"robotpy-hal==2025.3.2.2",
28-
"pyntcore==2025.3.2.2",
25+
"robotpy-wpiutil==2025.3.2.3",
26+
"robotpy-wpimath==2025.3.2.3",
27+
"robotpy-hal==2025.3.2.3",
28+
"pyntcore==2025.3.2.3",
2929
"robotpy-cli~=2024.0b"
3030
]
3131

subprojects/robotpy-wpimath/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,21 @@ requires = [
66
"hatch-robotpy~=0.2",
77
"hatchling",
88
"robotpy-native-wpimath==2025.3.2",
9-
"robotpy-wpiutil==2025.3.2.2",
9+
"robotpy-wpiutil==2025.3.2.3",
1010
# "numpy", # broken in raspbian CI
1111
]
1212

1313
[project]
1414
name = "robotpy-wpimath"
15-
version = "2025.3.2.2"
15+
version = "2025.3.2.3"
1616
description = "Binary wrapper for FRC WPIMath library"
1717
authors = [
1818
{name = "RobotPy Development Team", email = "robotpy@googlegroups.com"},
1919
]
2020
license = "BSD-3-Clause"
2121
dependencies = [
2222
"robotpy-native-wpimath==2025.3.2",
23-
"robotpy-wpiutil==2025.3.2.2",
23+
"robotpy-wpiutil==2025.3.2.3",
2424
]
2525

2626
[project.urls]

subprojects/robotpy-wpinet/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,20 @@ requires = [
55
"hatch-meson~=0.1.0b2",
66
"hatchling",
77
"robotpy-native-wpinet==2025.3.2",
8-
"robotpy-wpiutil==2025.3.2.2"
8+
"robotpy-wpiutil==2025.3.2.3"
99
]
1010

1111
[project]
1212
name = "robotpy-wpinet"
13-
version = "2025.3.2.2"
13+
version = "2025.3.2.3"
1414
description = "Binary wrapper for FRC wpinet library"
1515
authors = [
1616
{name = "RobotPy Development Team", email = "robotpy@googlegroups.com"},
1717
]
1818
license = "BSD-3-Clause"
1919
dependencies = [
2020
"robotpy-native-wpinet==2025.3.2",
21-
"robotpy-wpiutil==2025.3.2.2"
21+
"robotpy-wpiutil==2025.3.2.3"
2222
]
2323

2424
[project.urls]

subprojects/robotpy-wpiutil/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ requires = [
1010

1111
[project]
1212
name = "robotpy-wpiutil"
13-
version = "2025.3.2.2"
13+
version = "2025.3.2.3"
1414
description = "Binary wrapper for FRC WPIUtil library"
1515
authors = [
1616
{name = "RobotPy Development Team", email = "robotpy@googlegroups.com"},

0 commit comments

Comments
 (0)