StuffAnThings / qbit_manage

This tool will help manage tedious tasks in qBittorrent and automate them. Tag, categorize, remove Orphaned data, remove unregistered torrents and much much more.
MIT License
635 stars 41 forks source link

Bump qbittorrent-api from 2024.3.60 to 2024.5.61 #564

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

Bumps qbittorrent-api from 2024.3.60 to 2024.5.61.

Release notes

Sourced from qbittorrent-api's releases.

release-2024.5.61

Version 2024.5.61

  • Advertise support for qBittorrent v4.6.5
  • Packages published to PyPI are now attested by GitHub (#453)
  • Included changes for upcoming qBittorrent v5.0.0 release:
    • Rename resume/pause actions for torrents to start/stop (#434)
      • For instance, client.torrents_pause() is now client.torrents_stop()
      • All existing method and argument names are still supported and are aliased to the new names
    • Add support for app/getDirectoryContent (#449)
    • Add support for search/downloadTorrent (#451)

Full changelog: https://github.com/rmartin16/qbittorrent-api/compare/v2024.3.60...v2024.5.61

Changelog

Sourced from qbittorrent-api's changelog.

v2024.5.61 (26 may 2024)

  • Advertise support for qBittorrent v4.6.5
  • Packages published to PyPI are now attested by GitHub (#453)
  • Included changes for upcoming qBittorrent v5.0.0 release:
    • Rename resume/pause actions for torrents to start/stop (#434)
    • For instance, client.torrents_pause() is now client.torrents_stop()
    • All existing method and argument names are still supported and are aliased to the new names
    • Add support for app/getDirectoryContent (#449)
    • Add support for search/downloadTorrent (#451)
Commits
  • 92d679e Advertise support for qBittorrent v4.6.5; bump to 2024.5.61 (#454)
  • f8e2ff5 Add support to attest Python package via GitHub (#453)
  • 20953d6 Use hynek/build-and-inspect-python-package (#452)
  • 23d0331 Add support for search/downloadTorrent (#451)
  • 49bad8a Add support for app/getDirectoryContent (#449)
  • a816d42 Disable test_rss_add_feed due to persistent failures (#448)
  • 23d4979 Bump the pip group across 1 directory with 10 updates (#447)
  • abba349 Bump ruff from v0.3.4 to v0.4.2 (#446)
  • 39c0fcb Bumped pre-commit hook for pre-commit-hooks from v4.5.0 to v4.6.0 (#442)
  • f4b999f Bump the github-actions group with 7 updates (#444)
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)