From 76b1e69a72eab31b40a11965cb9cbbe3b60fb555 Mon Sep 17 00:00:00 2001 From: Dustin Spicuzza Date: Sun, 5 Feb 2023 21:52:41 -0500 Subject: [PATCH] Updated dependencies - lib updated to 2023.3.2 - pyntcore ~= 2023.3.2 - robotpy-hal ~= 2023.3.2 - robotpy-wpimath ~= 2023.3.2 - robotpy-wpiutil ~= 2023.3.2 --- pyproject.toml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index a7e9321b..cc9b4ca7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,10 +6,10 @@ author_email = "robotpy@googlegroups.com" url = "https://github.com/robotpy/robotpy-wpilib" license = "BSD-3-Clause" install_requires = [ - "robotpy-wpiutil~=2023.3.1", - "robotpy-wpimath~=2023.3.1", - "robotpy-hal~=2023.3.1", - "pyntcore~=2023.3.1", + "robotpy-wpiutil~=2023.3.2", + "robotpy-wpimath~=2023.3.2", + "robotpy-hal~=2023.3.2", + "pyntcore~=2023.3.2", ] [tool.robotpy-build.metadata.entry_points] @@ -18,10 +18,10 @@ robotpy = ["run = wpilib._impl.start:Main"] [build-system] requires = [ "robotpy-build<2024.0.0,>=2023.0.1", - "robotpy-wpiutil~=2023.3.1", - "robotpy-wpimath~=2023.3.1", - "robotpy-hal~=2023.3.1", - "pyntcore~=2023.3.1", + "robotpy-wpiutil~=2023.3.2", + "robotpy-wpimath~=2023.3.2", + "robotpy-hal~=2023.3.2", + "pyntcore~=2023.3.2", ] [tool.robotpy-build] @@ -32,7 +32,7 @@ artifact_id = "wpilibc-cpp" group_id = "edu.wpi.first.wpilibc" # repo_url = "https://frcmaven.wpi.edu/artifactory/release" repo_url = "https://frcmaven.wpi.edu/artifactory/release" -version = "2023.3.1" +version = "2023.3.2" libs = ["wpilibc"]