Skip to content
This repository has been archived by the owner on Jan 4, 2023. It is now read-only.

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
- lib updated to 2022.4.1
- wpilib >= 2022.4.1.0
  • Loading branch information
virtuald committed Mar 2, 2022
1 parent 5c8c94c commit 41baa72
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
@@ -1,7 +1,7 @@
[build-system]
requires = [
"robotpy-build<2023.0.0,>=2022.2.0",
"wpilib<2023.0.0,>=2022.3.1.0",
"wpilib<2023.0.0,>=2022.4.1.0",
]

[tool.robotpy-build]
Expand All @@ -11,7 +11,7 @@ base_package = "commands1"
artifact_id = "wpilibOldCommands-cpp"
group_id = "edu.wpi.first.wpilibOldCommands"
repo_url = "https://frcmaven.wpi.edu/artifactory/release"
version = "2022.3.1"
version = "2022.4.1"

libs = ["wpilibOldCommands"]

Expand Down Expand Up @@ -84,5 +84,5 @@ author_email = "robotpy@googlegroups.com"
url = "https://github.com/robotpy/robotpy-commands"
license = "BSD-3-Clause"
install_requires = [
"wpilib<2023.0.0,>=2022.3.1.0",
"wpilib<2023.0.0,>=2022.4.1.0",
]

0 comments on commit 41baa72

Please sign in to comment.