Skip to content

Commit ac3e7a6

Browse files
committed
Updated dependencies
- build-system.requires: pyntcore==2026.1.1b1 - build-system.requires: robotpy-hal==2026.1.1b1 - build-system.requires: robotpy-native-apriltag==2026.1.1b1 - build-system.requires: robotpy-native-ntcore==2026.1.1b1 - build-system.requires: robotpy-native-romi==2026.1.1b1 - build-system.requires: robotpy-native-wpihal==2026.1.1b1 - build-system.requires: robotpy-native-wpilib==2026.1.1b1 - build-system.requires: robotpy-native-wpimath==2026.1.1b1 - build-system.requires: robotpy-native-wpinet==2026.1.1b1 - build-system.requires: robotpy-native-wpiutil==2026.1.1b1 - build-system.requires: robotpy-native-xrp==2026.1.1b1 - build-system.requires: robotpy-wpimath==2026.1.1b1 - build-system.requires: robotpy-wpinet==2026.1.1b1 - build-system.requires: robotpy-wpiutil==2026.1.1b1 - build-system.requires: wpilib==2026.1.1b1 - lib updated to 2026.1.1-beta-1 - project.dependencies: pyntcore==2026.1.1b1 - project.dependencies: robotpy-hal==2026.1.1b1 - project.dependencies: robotpy-native-apriltag==2026.1.1b1 - project.dependencies: robotpy-native-ntcore==2026.1.1b1 - project.dependencies: robotpy-native-romi==2026.1.1b1 - project.dependencies: robotpy-native-wpihal==2026.1.1b1 - project.dependencies: robotpy-native-wpilib==2026.1.1b1 - project.dependencies: robotpy-native-wpimath==2026.1.1b1 - project.dependencies: robotpy-native-wpinet==2026.1.1b1 - project.dependencies: robotpy-native-wpiutil==2026.1.1b1 - project.dependencies: robotpy-native-xrp==2026.1.1b1 - project.dependencies: robotpy-wpimath==2026.1.1b1 - project.dependencies: robotpy-wpinet==2026.1.1b1 - project.dependencies: robotpy-wpiutil==2026.1.1b1 - project.dependencies: wpilib==2026.1.1b1 - pyntcore updated to 2026.1.1b1 - robotpy-apriltag updated to 2026.1.1b1 - robotpy-cscore updated to 2026.1.1b1 - robotpy-hal updated to 2026.1.1b1 - robotpy-halsim-ds-socket updated to 2026.1.1b1 - robotpy-halsim-gui updated to 2026.1.1b1 - robotpy-halsim-ws updated to 2026.1.1b1 - robotpy-native-apriltag updated to 2026.1.1b1 - robotpy-native-ntcore updated to 2026.1.1b1 - robotpy-native-romi updated to 2026.1.1b1 - robotpy-native-wpihal updated to 2026.1.1b1 - robotpy-native-wpilib updated to 2026.1.1b1 - robotpy-native-wpimath updated to 2026.1.1b1 - robotpy-native-wpinet updated to 2026.1.1b1 - robotpy-native-wpiutil updated to 2026.1.1b1 - robotpy-native-xrp updated to 2026.1.1b1 - robotpy-romi updated to 2026.1.1b1 - robotpy-wpimath updated to 2026.1.1b1 - robotpy-wpinet updated to 2026.1.1b1 - robotpy-wpiutil updated to 2026.1.1b1 - robotpy-xrp updated to 2026.1.1b1 - wpilib updated to 2026.1.1b1
1 parent aa14d51 commit ac3e7a6

File tree

23 files changed

+132
-132
lines changed

23 files changed

+132
-132
lines changed

rdev.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,19 @@
1111
[py_versions]
1212

1313
# Usually the same as wpilib_bin_version
14-
native = "2026.0.0a1"
14+
native = "2026.1.1b1"
1515

1616
# Will eventually sync with native
17-
halsim_native = "2026.0.0a1"
17+
halsim_native = "2026.1.1b1"
1818

1919
# Usually similar to native, but subminor version is bumped for bugfixes
2020
# - ./rdev.sh ci check_tag will fail if this doesn't match current tag
21-
wrapper = "2026.0.0a1"
21+
wrapper = "2026.1.1b1"
2222

2323
[params]
2424

2525
# wpilib_bin_url = "https://frcmaven.wpi.edu/artifactory/release"
26-
wpilib_bin_version = "2026.0.0-alpha-1"
26+
wpilib_bin_version = "2026.1.1-beta-1"
2727
wpilib_bin_url = "https://frcmaven.wpi.edu/artifactory/development"
2828

2929
# Don't update these maven artifacts

subprojects/pyntcore/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.0",
66
"hatch-robotpy~=0.2.0",
77
"hatchling",
8-
"robotpy-native-ntcore==2026.0.0a1",
9-
"robotpy-wpiutil==2026.0.0a1",
10-
"robotpy-wpinet==2026.0.0a1",
8+
"robotpy-native-ntcore==2026.1.1b1",
9+
"robotpy-wpiutil==2026.1.1b1",
10+
"robotpy-wpinet==2026.1.1b1",
1111
]
1212

1313

1414
[project]
1515
name = "pyntcore"
16-
version = "2026.0.0a1"
16+
version = "2026.1.1b1"
1717
description = "Binary wrappers for the FRC ntcore library"
1818
authors = [
1919
{name = "RobotPy Development Team", email = "[email protected]"},
2020
]
2121
license = "BSD-3-Clause"
2222
dependencies = [
23-
"robotpy-native-ntcore==2026.0.0a1",
24-
"robotpy-wpiutil==2026.0.0a1",
25-
"robotpy-wpinet==2026.0.0a1",
23+
"robotpy-native-ntcore==2026.1.1b1",
24+
"robotpy-wpiutil==2026.1.1b1",
25+
"robotpy-wpinet==2026.1.1b1",
2626
]
2727

2828
[project.urls]

subprojects/robotpy-apriltag/pyproject.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,23 +5,23 @@ requires = [
55
"hatch-meson~=0.1.0",
66
"hatch-robotpy~=0.2.0",
77
"hatchling",
8-
"robotpy-native-apriltag==2026.0.0a1",
9-
"robotpy-wpiutil==2026.0.0a1",
10-
"robotpy-wpimath==2026.0.0a1",
8+
"robotpy-native-apriltag==2026.1.1b1",
9+
"robotpy-wpiutil==2026.1.1b1",
10+
"robotpy-wpimath==2026.1.1b1",
1111
]
1212

1313
[project]
1414
name = "robotpy-apriltag"
15-
version = "2026.0.0a1"
15+
version = "2026.1.1b1"
1616
description = "RobotPy bindings for WPILib's AprilTag library"
1717
authors = [
1818
{name = "RobotPy Development Team", email = "[email protected]"},
1919
]
2020
license = "BSD-3-Clause"
2121
dependencies = [
22-
"robotpy-native-apriltag==2026.0.0a1",
23-
"robotpy-wpiutil==2026.0.0a1",
24-
"robotpy-wpimath==2026.0.0a1",
22+
"robotpy-native-apriltag==2026.1.1b1",
23+
"robotpy-wpiutil==2026.1.1b1",
24+
"robotpy-wpimath==2026.1.1b1",
2525
]
2626

2727
[project.urls]

subprojects/robotpy-cscore/pyproject.toml

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

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

2828
[project.urls]
@@ -44,7 +44,7 @@ version_file = "cscore/version.py"
4444
artifact_id = "cscore-cpp"
4545
group_id = "edu.wpi.first.cscore"
4646
repo_url = "https://frcmaven.wpi.edu/artifactory/development"
47-
version = "2026.0.0-alpha-1"
47+
version = "2026.1.1-beta-1"
4848

4949
staticlibs = ["cscore"]
5050
extract_to = "lib"
@@ -53,7 +53,7 @@ extract_to = "lib"
5353
artifact_id = "cameraserver-cpp"
5454
group_id = "edu.wpi.first.cameraserver"
5555
repo_url = "https://frcmaven.wpi.edu/artifactory/development"
56-
version = "2026.0.0-alpha-1"
56+
version = "2026.1.1-beta-1"
5757

5858
staticlibs = ["cameraserver"]
5959
extract_to = "lib"

subprojects/robotpy-hal/pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,21 @@ requires = [
44
"semiwrap~=0.2.1",
55
"hatch-meson~=0.1.0",
66
"hatchling",
7-
"robotpy-native-wpihal==2026.0.0a1",
8-
"robotpy-wpiutil==2026.0.0a1",
7+
"robotpy-native-wpihal==2026.1.1b1",
8+
"robotpy-wpiutil==2026.1.1b1",
99
]
1010

1111
[project]
1212
name = "robotpy-hal"
13-
version = "2026.0.0a1"
13+
version = "2026.1.1b1"
1414
description = "Binary wrapper for FRC HAL"
1515
authors = [
1616
{name = "RobotPy Development Team", email = "[email protected]"},
1717
]
1818
license = "BSD-3-Clause"
1919
dependencies = [
20-
"robotpy-native-wpihal==2026.0.0a1",
21-
"robotpy-wpiutil==2026.0.0a1",
20+
"robotpy-native-wpihal==2026.1.1b1",
21+
"robotpy-wpiutil==2026.1.1b1",
2222
]
2323

2424
[project.urls]

subprojects/robotpy-halsim-ds-socket/pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ requires = [
77

88
[project]
99
name = "robotpy-halsim-ds-socket"
10-
version = "2026.0.0a1"
10+
version = "2026.1.1b1"
1111
description = "WPILib simulator DS Socket Extension"
1212
authors = [
1313
{name = "RobotPy Development Team", email = "[email protected]"},
1414
]
1515
license = "BSD-3-Clause"
1616
dependencies = [
17-
"robotpy-native-wpihal==2026.0.0a1",
18-
"robotpy-native-wpinet==2026.0.0a1",
17+
"robotpy-native-wpihal==2026.1.1b1",
18+
"robotpy-native-wpinet==2026.1.1b1",
1919
]
2020

2121
[project.entry-points."robotpy_sim.2026"]
@@ -29,7 +29,7 @@ version_file = "halsim_ds_socket/version.py"
2929
artifact_id = "halsim_ds_socket"
3030
group_id = "edu.wpi.first.halsim"
3131
repo_url = "https://frcmaven.wpi.edu/artifactory/development"
32-
version = "2026.0.0-alpha-1"
32+
version = "2026.1.1-beta-1"
3333
use_headers = false
3434

3535
extract_to = "halsim_ds_socket"

subprojects/robotpy-halsim-gui/pyproject.toml

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

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

2929
[project.urls]
@@ -37,7 +37,7 @@ version_file = "halsim_gui/version.py"
3737
artifact_id = "halsim_gui"
3838
group_id = "edu.wpi.first.halsim"
3939
repo_url = "https://frcmaven.wpi.edu/artifactory/development"
40-
version = "2026.0.0-alpha-1"
40+
version = "2026.1.1-beta-1"
4141
use_headers = true
4242

4343
libs = ["halsim_gui"]

subprojects/robotpy-halsim-ws/pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ requires = [
77

88
[project]
99
name = "robotpy-halsim-ws"
10-
version = "2026.0.0a1"
10+
version = "2026.1.1b1"
1111
description = "WPILib simulator websim Extensions"
1212
authors = [
1313
{name = "RobotPy Development Team", email = "[email protected]"},
1414
]
1515
license = "BSD-3-Clause"
1616
dependencies = [
17-
"robotpy-native-wpihal==2026.0.0a1",
18-
"robotpy-native-wpinet==2026.0.0a1",
17+
"robotpy-native-wpihal==2026.1.1b1",
18+
"robotpy-native-wpinet==2026.1.1b1",
1919
]
2020

2121
[project.entry-points."robotpy_sim.2026"]
@@ -34,7 +34,7 @@ version_file = "halsim_ws/version.py"
3434
artifact_id = "halsim_ws_server"
3535
group_id = "edu.wpi.first.halsim"
3636
repo_url = "https://frcmaven.wpi.edu/artifactory/development"
37-
version = "2026.0.0-alpha-1"
37+
version = "2026.1.1-beta-1"
3838
use_headers = false
3939

4040
extract_to = "halsim_ws/server"
@@ -44,7 +44,7 @@ libs = ["halsim_ws_server"]
4444
artifact_id = "halsim_ws_client"
4545
group_id = "edu.wpi.first.halsim"
4646
repo_url = "https://frcmaven.wpi.edu/artifactory/development"
47-
version = "2026.0.0-alpha-1"
47+
version = "2026.1.1-beta-1"
4848
use_headers = false
4949

5050
extract_to = "halsim_ws/client"

subprojects/robotpy-native-apriltag/pyproject.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,19 @@ requires = [
44
"hatchling",
55
"hatch-nativelib~=0.2.0",
66
"hatch-robotpy~=0.2.0",
7-
"robotpy-native-wpiutil==2026.0.0a1",
8-
"robotpy-native-wpimath==2026.0.0a1",
7+
"robotpy-native-wpiutil==2026.1.1b1",
8+
"robotpy-native-wpimath==2026.1.1b1",
99
]
1010

1111
[project]
1212
name = "robotpy-native-apriltag"
13-
version = "2026.0.0a1"
13+
version = "2026.1.1b1"
1414
description = "WPILib AprilTag Library"
1515
license = "BSD-3-Clause"
1616

1717
dependencies = [
18-
"robotpy-native-wpiutil==2026.0.0a1",
19-
"robotpy-native-wpimath==2026.0.0a1",
18+
"robotpy-native-wpiutil==2026.1.1b1",
19+
"robotpy-native-wpimath==2026.1.1b1",
2020
]
2121

2222
[tool.hatch.build.targets.wheel]
@@ -26,7 +26,7 @@ packages = ["src/native"]
2626
artifact_id = "apriltag-cpp"
2727
group_id = "edu.wpi.first.apriltag"
2828
repo_url = "https://frcmaven.wpi.edu/artifactory/development"
29-
version = "2026.0.0-alpha-1"
29+
version = "2026.1.1-beta-1"
3030

3131
extract_to = "src/native/apriltag"
3232
libs = ["apriltag"]

subprojects/robotpy-native-ntcore/pyproject.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,19 @@ requires = [
44
"hatchling",
55
"hatch-nativelib~=0.2.0",
66
"hatch-robotpy~=0.2.0",
7-
"robotpy-native-wpiutil==2026.0.0a1",
8-
"robotpy-native-wpinet==2026.0.0a1",
7+
"robotpy-native-wpiutil==2026.1.1b1",
8+
"robotpy-native-wpinet==2026.1.1b1",
99
]
1010

1111
[project]
1212
name = "robotpy-native-ntcore"
13-
version = "2026.0.0a1"
13+
version = "2026.1.1b1"
1414
description = "WPILib NetworkTables Library"
1515
license = "BSD-3-Clause"
1616

1717
dependencies = [
18-
"robotpy-native-wpiutil==2026.0.0a1",
19-
"robotpy-native-wpinet==2026.0.0a1",
18+
"robotpy-native-wpiutil==2026.1.1b1",
19+
"robotpy-native-wpinet==2026.1.1b1",
2020
]
2121

2222
[tool.hatch.build.targets.wheel]
@@ -26,7 +26,7 @@ packages = ["src/native"]
2626
artifact_id = "ntcore-cpp"
2727
group_id = "edu.wpi.first.ntcore"
2828
repo_url = "https://frcmaven.wpi.edu/artifactory/development"
29-
version = "2026.0.0-alpha-1"
29+
version = "2026.1.1-beta-1"
3030

3131
extract_to = "src/native/ntcore"
3232
libs = ["ntcore"]

0 commit comments

Comments
 (0)