Skip to content

Commit

Permalink
Bump CTRE and WPILib dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
virtuald committed Mar 15, 2024
1 parent e1e705f commit c00cf24
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ author_email = "[email protected]"
url = "https://github.com/robotpy/robotpy-ctre"
license = "MIT"
install_requires = [
"wpilib<2025.0.0,>=2024.2.1",
"wpilib<2025.0.0,>=2024.3.2",
"phoenix6~=24.2",
]

[build-system]
requires = [
"robotpy-build<2025.0.0,>=2024.0.0",
"wpilib<2025.0.0,>=2024.2.1",
"wpilib<2025.0.0,>=2024.3.2",
"phoenix6~=24.2",
]

Expand Down Expand Up @@ -46,7 +46,7 @@ depends = [
artifact_id = "wpiapi-cpp"
group_id = "com.ctre.phoenix"
repo_url = "https://maven.ctr-electronics.com/release"
version = "5.33.0"
version = "5.33.1"
libs = [
"CTRE_Phoenix_WPI",
]
Expand All @@ -66,7 +66,7 @@ depends = [
artifact_id = "api-cpp"
group_id = "com.ctre.phoenix"
repo_url = "https://maven.ctr-electronics.com/release"
version = "5.33.0"
version = "5.33.1"
libs = [
"CTRE_Phoenix",
]
Expand All @@ -85,7 +85,7 @@ depends = [
artifact_id = "cci"
group_id = "com.ctre.phoenix"
repo_url = "https://maven.ctr-electronics.com/release"
version = "5.33.0"
version = "5.33.1"
libs = [
"CTRE_PhoenixCCI",
]
Expand Down Expand Up @@ -121,7 +121,7 @@ ignore = true
artifact_id = "wpiapi-cpp-sim"
group_id = "com.ctre.phoenix.sim"
repo_url = "https://maven.ctr-electronics.com/release"
version = "5.33.0"
version = "5.33.1"
libs = [
"CTRE_Phoenix_WPISim",
]
Expand All @@ -140,7 +140,7 @@ ignore = true
artifact_id = "api-cpp-sim"
group_id = "com.ctre.phoenix.sim"
repo_url = "https://maven.ctr-electronics.com/release"
version = "5.33.0"
version = "5.33.1"
libs = [
"CTRE_PhoenixSim",
]
Expand All @@ -164,7 +164,7 @@ ignore = true
artifact_id = "cci-sim"
group_id = "com.ctre.phoenix.sim"
repo_url = "https://maven.ctr-electronics.com/release"
version = "5.33.0"
version = "5.33.1"
libs = [
"CTRE_PhoenixCCISim",
]
Expand Down

0 comments on commit c00cf24

Please sign in to comment.