From 66173342e0ebc98126de6f36a0501ded887ea2c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Jan 2021 03:53:02 +0000 Subject: [PATCH] Update pyusb requirement from ~=1.0.2 to ~=1.1.0 Updates the requirements on [pyusb](https://github.com/pyusb/pyusb) to permit the latest version. - [Release notes](https://github.com/pyusb/pyusb/releases) - [Commits](https://github.com/pyusb/pyusb/compare/v1.0.2...v1.1.0) Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 3be4fcc..e2e03cd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,6 +5,6 @@ pyserial~=3.4.0 python-pppd==1.0.3 python-sdk-auth~=0.3.0 pyudev~=0.22.0 -pyusb~=1.0.2 +pyusb~=1.1.0 psutil~=5.8.0 requests~=2.24.0