From 7f783f0b0ae2b10589dc38d3949a4de8963b4901 Mon Sep 17 00:00:00 2001 From: Stanislas Date: Sun, 14 Mar 2021 10:45:08 +0100 Subject: [PATCH] Update qbittorrent-api to 2021.3.18 To include https://github.com/rmartin16/qbittorrent-api/commit/72687ca61443d087f01b2b758441e991456b94ab in order to fix https://github.com/esanchezm/prometheus-qbittorrent-exporter/issues/3 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a2e1df5..17497ec 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ setup( keywords=['prometheus', 'qbittorrent'], classifiers=[], python_requires='>=3', - install_requires=['qbittorrent-api==2020.9.9', 'prometheus_client==0.8.0', 'python-json-logger==0.1.5'], + install_requires=['qbittorrent-api==2021.3.18', 'prometheus_client==0.8.0', 'python-json-logger==0.1.5'], entry_points={ 'console_scripts': [ 'qbittorrent-exporter=qbittorrent_exporter.exporter:main',