Skip to content

Commit 1bf304b

Browse files
committed
Updated dependencies
- lib updated to 2025.3.1
1 parent c633376 commit 1bf304b

File tree

14 files changed

+17
-17
lines changed

14 files changed

+17
-17
lines changed

rdev.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[params]
66

77
wpilib_bin_url = "https://frcmaven.wpi.edu/artifactory/release"
8-
wpilib_bin_version = "2025.2.1"
8+
wpilib_bin_version = "2025.3.1"
99
#wpilib_bin_url = "https://frcmaven.wpi.edu/artifactory/development"
1010

1111
# Don't update these artifacts

subprojects/pyntcore/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ scan_headers_ignore = [
3737
artifact_id = "ntcore-cpp"
3838
group_id = "edu.wpi.first.ntcore"
3939
repo_url = "https://frcmaven.wpi.edu/artifactory/release"
40-
version = "2025.2.1"
40+
version = "2025.3.1"
4141

4242
libs = ["ntcore"]
4343

subprojects/robotpy-apriltag/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ scan_headers_ignore = [
4040
artifact_id = "apriltag-cpp"
4141
group_id = "edu.wpi.first.apriltag"
4242
repo_url = "https://frcmaven.wpi.edu/artifactory/release"
43-
version = "2025.2.1"
43+
version = "2025.3.1"
4444

4545
libs = ["apriltag"]
4646

subprojects/robotpy-cscore/pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,15 @@ update_init = [
3030
artifact_id = "cscore-cpp"
3131
group_id = "edu.wpi.first.cscore"
3232
repo_url = "https://frcmaven.wpi.edu/artifactory/release"
33-
version = "2025.2.1"
33+
version = "2025.3.1"
3434

3535
libs = ["cscore"]
3636

3737
[tool.robotpy-build.static_libs."cameraserver_cpp".maven_lib_download]
3838
artifact_id = "cameraserver-cpp"
3939
group_id = "edu.wpi.first.cameraserver"
4040
repo_url = "https://frcmaven.wpi.edu/artifactory/release"
41-
version = "2025.2.1"
41+
version = "2025.3.1"
4242

4343
libs = ["cameraserver"]
4444

subprojects/robotpy-hal/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ artifact_id = "hal-cpp"
5353
group_id = "edu.wpi.first.hal"
5454
# repo_url = "https://frcmaven.wpi.edu/artifactory/release"
5555
repo_url = "https://frcmaven.wpi.edu/artifactory/release"
56-
version = "2025.2.1"
56+
version = "2025.3.1"
5757

5858
libs = ["wpiHal"]
5959

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ artifact_id = "halsim_ds_socket"
2828
group_id = "edu.wpi.first.halsim"
2929
# repo_url = "https://frcmaven.wpi.edu/artifactory/release"
3030
repo_url = "https://frcmaven.wpi.edu/artifactory/release"
31-
version = "2025.2.1"
31+
version = "2025.3.1"
3232

3333
dlopenlibs = ["halsim_ds_socket"]
3434

subprojects/robotpy-halsim-gui/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ artifact_id = "halsim_gui"
3030
group_id = "edu.wpi.first.halsim"
3131
# repo_url = "https://frcmaven.wpi.edu/artifactory/release"
3232
repo_url = "https://frcmaven.wpi.edu/artifactory/release"
33-
version = "2025.2.1"
33+
version = "2025.3.1"
3434

3535
dlopenlibs = ["halsim_gui"]
3636

subprojects/robotpy-halsim-ws/pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ artifact_id = "halsim_ws_server"
3232
group_id = "edu.wpi.first.halsim"
3333
# repo_url = "https://frcmaven.wpi.edu/artifactory/release"
3434
repo_url = "https://frcmaven.wpi.edu/artifactory/release"
35-
version = "2025.2.1"
35+
version = "2025.3.1"
3636

3737
dlopenlibs = ["halsim_ws_server"]
3838

@@ -45,7 +45,7 @@ artifact_id = "halsim_ws_client"
4545
group_id = "edu.wpi.first.halsim"
4646
# repo_url = "https://frcmaven.wpi.edu/artifactory/release"
4747
repo_url = "https://frcmaven.wpi.edu/artifactory/release"
48-
version = "2025.2.1"
48+
version = "2025.3.1"
4949

5050
dlopenlibs = ["halsim_ws_client"]
5151

subprojects/robotpy-romi/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,5 @@ artifact_id = "romiVendordep-cpp"
3939
group_id = "edu.wpi.first.romiVendordep"
4040
# repo_url = "https://frcmaven.wpi.edu/artifactory/release"
4141
repo_url = "https://frcmaven.wpi.edu/artifactory/release"
42-
version = "2025.2.1"
42+
version = "2025.3.1"
4343
libs = ["romiVendordep"]

subprojects/robotpy-wpilib/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ scan_headers_ignore = [
6969
artifact_id = "wpilibc-cpp"
7070
group_id = "edu.wpi.first.wpilibc"
7171
repo_url = "https://frcmaven.wpi.edu/artifactory/release"
72-
version = "2025.2.1"
72+
version = "2025.3.1"
7373

7474
libs = ["wpilibc"]
7575

subprojects/robotpy-wpimath/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ scan_headers_ignore = [
8181
artifact_id = "wpimath-cpp"
8282
group_id = "edu.wpi.first.wpimath"
8383
repo_url = "https://frcmaven.wpi.edu/artifactory/release"
84-
version = "2025.2.1"
84+
version = "2025.3.1"
8585

8686

8787
libs = ["wpimath"]

subprojects/robotpy-wpinet/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ artifact_id = "wpinet-cpp"
2020
group_id = "edu.wpi.first.wpinet"
2121
# repo_url = "https://frcmaven.wpi.edu/artifactory/release"
2222
repo_url = "https://frcmaven.wpi.edu/artifactory/release"
23-
version = "2025.2.1"
23+
version = "2025.3.1"
2424

2525
libs = ["wpinet"]
2626

subprojects/robotpy-wpiutil/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ artifact_id = "wpiutil-cpp"
5353
group_id = "edu.wpi.first.wpiutil"
5454
repo_url = "https://frcmaven.wpi.edu/artifactory/release"
5555
# repo_url = "https://frcmaven.wpi.edu/artifactory/development"
56-
version = "2025.2.1"
56+
version = "2025.3.1"
5757

5858
libs = ["wpiutil"]
5959

subprojects/robotpy-xrp/pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,15 +48,15 @@ artifact_id = "xrpVendordep-cpp"
4848
group_id = "edu.wpi.first.xrpVendordep"
4949
# repo_url = "https://frcmaven.wpi.edu/artifactory/release"
5050
repo_url = "https://frcmaven.wpi.edu/artifactory/release"
51-
version = "2025.2.1"
51+
version = "2025.3.1"
5252
libs = ["xrpVendordep"]
5353

5454
[tool.robotpy-build.wrappers."xrp.extension".maven_lib_download]
5555
artifact_id = "halsim_xrp"
5656
group_id = "edu.wpi.first.halsim"
5757
# repo_url = "https://frcmaven.wpi.edu/artifactory/release"
5858
repo_url = "https://frcmaven.wpi.edu/artifactory/release"
59-
version = "2025.2.1"
59+
version = "2025.3.1"
6060

6161
dlopenlibs = ["halsim_xrp"]
6262

0 commit comments

Comments
 (0)