Skip to content

Commit 58c201b

Browse files
committed
Update dependencies
1 parent d620d9c commit 58c201b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pyproject.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ author_email = "[email protected]"
66
url = "https://github.com/robotpy/robotpy-ctre"
77
license = "MIT"
88
install_requires = [
9-
"wpilib<2025.0.0,>=2024.1.1",
10-
"phoenix6~=24.1.0",
9+
"wpilib<2025.0.0,>=2024.2.1",
10+
"phoenix6~=24.2",
1111
]
1212

1313
[build-system]
1414
requires = [
1515
"robotpy-build<2025.0.0,>=2024.0.0",
16-
"wpilib<2025.0.0,>=2024.1.1",
17-
"phoenix6~=24.1.0",
16+
"wpilib<2025.0.0,>=2024.2.1",
17+
"phoenix6~=24.2",
1818
]
1919

2020
[tool.robotpy-build]
@@ -101,7 +101,7 @@ ignore = false
101101
artifact_id = "tools"
102102
group_id = "com.ctre.phoenix6"
103103
repo_url = "https://maven.ctr-electronics.com/release"
104-
version = "24.1.0"
104+
version = "24.2.0"
105105
libs = []
106106

107107
[tool.robotpy-build.wrappers."phoenix5._wpiapi_cpp_sim"]
@@ -181,7 +181,7 @@ ignore = true
181181
artifact_id = "tools-sim"
182182
group_id = "com.ctre.phoenix6.sim"
183183
repo_url = "https://maven.ctr-electronics.com/release"
184-
version = "24.1.0"
184+
version = "24.2.0"
185185
libs = []
186186
# libs = [
187187
# "CTRE_PhoenixTools_Sim",

0 commit comments

Comments
 (0)