From 60db7881a544f528ab9895f7c7422384c2305278 Mon Sep 17 00:00:00 2001 From: PJ Reiniger Date: Sat, 16 Dec 2023 21:29:01 -0500 Subject: [PATCH] Update build --- requirements.txt | 2 +- requirements_darwin.txt | 2 +- requirements_lock.txt | 2 +- requirements_windows.txt | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index 13809a7..8c28d7a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -robotpy-build @ git+https://github.com/pjreiniger/robotpy-build@2023.12.9.0-r1 +robotpy-build @ git+https://github.com/pjreiniger/robotpy-build@2023.12.16-rc1 diff --git a/requirements_darwin.txt b/requirements_darwin.txt index c7c7818..895fb24 100644 --- a/requirements_darwin.txt +++ b/requirements_darwin.txt @@ -177,7 +177,7 @@ pyyaml==6.0.1 \ # via robotpy-build # WARNING: pip install will require the following package to be hashed. # Consider using a hashable URL like https://github.com/jazzband/pip-tools/archive/SOMECOMMIT.zip -robotpy-build @ git+https://github.com/pjreiniger/robotpy-build@2023.12.9.0-r1 +robotpy-build @ git+https://github.com/pjreiniger/robotpy-build@2023.12.16-rc1 # via -r ./requirements.txt setuptools==69.0.2 \ --hash=sha256:1e8fdff6797d3865f37397be788a4e3cba233608e9b509382a2777d25ebde7f2 \ diff --git a/requirements_lock.txt b/requirements_lock.txt index c6c968a..abf278e 100644 --- a/requirements_lock.txt +++ b/requirements_lock.txt @@ -175,7 +175,7 @@ pyyaml==6.0.1 \ # via robotpy-build # WARNING: pip install will require the following package to be hashed. # Consider using a hashable URL like https://github.com/jazzband/pip-tools/archive/SOMECOMMIT.zip -robotpy-build @ git+https://github.com/pjreiniger/robotpy-build@2023.12.9.0-r1 +robotpy-build @ git+https://github.com/pjreiniger/robotpy-build@2023.12.16-rc1 # via -r ./requirements.txt setuptools==69.0.2 \ --hash=sha256:1e8fdff6797d3865f37397be788a4e3cba233608e9b509382a2777d25ebde7f2 \ diff --git a/requirements_windows.txt b/requirements_windows.txt index bcbd422..d4b0e6e 100644 --- a/requirements_windows.txt +++ b/requirements_windows.txt @@ -171,7 +171,7 @@ pyyaml==6.0.1 \ # via robotpy-build # WARNING: pip install will require the following package to be hashed. # Consider using a hashable URL like https://github.com/jazzband/pip-tools/archive/SOMECOMMIT.zip -robotpy-build @ git+https://github.com/pjreiniger/robotpy-build@2023.12.9.0-r1 +robotpy-build @ git+https://github.com/pjreiniger/robotpy-build@2023.12.16-rc1 # via -r ./requirements.txt setuptools==69.0.2 \ --hash=sha256:1e8fdff6797d3865f37397be788a4e3cba233608e9b509382a2777d25ebde7f2 \