From 462be62f0cb52957825a23f5ac920281af317f79 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Jul 2023 00:56:34 +0000 Subject: [PATCH] Bump qbittorrent-api from 2023.6.50 to 2023.7.52 Bumps [qbittorrent-api](https://github.com/rmartin16/qbittorrent-api) from 2023.6.50 to 2023.7.52. - [Release notes](https://github.com/rmartin16/qbittorrent-api/releases) - [Changelog](https://github.com/rmartin16/qbittorrent-api/blob/main/CHANGELOG.md) - [Commits](https://github.com/rmartin16/qbittorrent-api/compare/v2023.6.50...v2023.7.52) --- updated-dependencies: - dependency-name: qbittorrent-api dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 176b1ce..cef8e1c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ bencodepy==0.9.5 GitPython==3.1.32 -qbittorrent-api==2023.6.50 +qbittorrent-api==2023.7.52 requests==2.31.0 retrying==1.3.4 ruamel.yaml==0.17.32