From e3e79558c2071e698f0804eb473c2bc07f016fa9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Apr 2023 01:10:25 +0000 Subject: [PATCH] Bump qbittorrent-api from 2023.4.45 to 2023.4.46 Bumps [qbittorrent-api](https://github.com/rmartin16/qbittorrent-api) from 2023.4.45 to 2023.4.46. - [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.45...v2023.4.46) --- 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 f886550..a3dcab7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ flake8==6.0.0 pre-commit==3.2.2 -qbittorrent-api==2023.4.45 +qbittorrent-api==2023.4.46 requests==2.28.2 retrying==1.3.4 ruamel.yaml==0.17.21