From 48a05de0ffda448de89571f03e0af3d7ee3b951e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Jul 2025 14:31:19 +0000 Subject: [PATCH] chore(deps): bump qbittorrent-api from 2025.5.0 to 2025.7.0 Bumps [qbittorrent-api](https://github.com/rmartin16/qbittorrent-api) from 2025.5.0 to 2025.7.0. - [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/v2025.5.0...v2025.7.0) --- updated-dependencies: - dependency-name: qbittorrent-api dependency-version: 2025.7.0 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 b469fcc..36644e2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ # Core dependencies -qbittorrent-api==2025.5.0 +qbittorrent-api==2025.7.0 PyYAML~=6.0