From 5fe99c563fc8d4b9ff2f20285287d6c102af249f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Feb 2023 01:01:59 +0000 Subject: [PATCH] Bump qbittorrent-api from 2022.11.40 to 2023.2.42 Bumps [qbittorrent-api](https://github.com/rmartin16/qbittorrent-api) from 2022.11.40 to 2023.2.42. - [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/v2022.11.40...v2023.2.42) --- updated-dependencies: - dependency-name: qbittorrent-api dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d8c97fa..e4a9677 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ flake8==6.0.0 pre-commit==2.20.0 -qbittorrent-api==2022.11.40 +qbittorrent-api==2023.2.42 requests==2.28.1 retrying==1.3.4 ruamel.yaml==0.17.21