From 831656f727980bc7c3c897c339951563722499cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois-Xavier=20Payet?= Date: Mon, 28 Mar 2022 20:04:29 +0200 Subject: [PATCH] Update qbittorrent-api for 4.4.2 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 8d0f95f..312926b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ ruamel.yaml==0.17.21 -qbittorrent-api>=2022.2.28 +qbittorrent-api>=2022.2.29 schedule==1.1.0 retrying==1.3.3 alive_progress==2.3.1