From 966b19d95e07ae0a57956cb14a4c98c772b6716a Mon Sep 17 00:00:00 2001 From: Feramance Date: Mon, 18 Sep 2023 21:26:02 +0200 Subject: [PATCH] [build] qbittorrentapi version fix --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index d62f030f..dd271ebe 100644 --- a/setup.cfg +++ b/setup.cfg @@ -47,7 +47,7 @@ install_requires = peewee==3.14.7 ping3==3.0.2 pyarr==5.2.0 - qbittorrent-api==2023.7.6-alpha-02 + qbittorrent-api==2023.7.52 requests==2.31.0 tomlkit==0.7.2 python_requires = >=3.8.1,<4