From 87d134f40bec911e79145c3774f684df5c8d4cf4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Apr 2023 01:00:15 +0000 Subject: [PATCH] Bump qbittorrent-api from 2023.4.46 to 2023.4.47 Bumps [qbittorrent-api](https://github.com/rmartin16/qbittorrent-api) from 2023.4.46 to 2023.4.47. - [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.4.46...v2023.4.47) --- updated-dependencies: - dependency-name: qbittorrent-api dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a3dcab7..7e5d5dc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ flake8==6.0.0 pre-commit==3.2.2 -qbittorrent-api==2023.4.46 +qbittorrent-api==2023.4.47 requests==2.28.2 retrying==1.3.4 ruamel.yaml==0.17.21