From fe3c8ad60c82a51a275ab7f0bc7f66c3ef8de9fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 05:16:22 +0000 Subject: [PATCH] build(deps): update libusb1 requirement in /requirements Updates the requirements on [libusb1](https://github.com/vpelletier/python-libusb1) to permit the latest version. - [Release notes](https://github.com/vpelletier/python-libusb1/releases) - [Commits](https://github.com/vpelletier/python-libusb1/compare/3.0.0...3.4.0) --- updated-dependencies: - dependency-name: libusb1 dependency-version: 3.4.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/inference.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/inference.txt b/requirements/inference.txt index 6ded79f5..dc10bec5 100644 --- a/requirements/inference.txt +++ b/requirements/inference.txt @@ -1,4 +1,4 @@ -libusb1>=3.0.0 +libusb1>=3.4.0 pnnx==20251031 ncnn>=1.0.20230517 onnx>=1.14.0