Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
⬆️ Bump qbittorrent-api from 2024.9.67 to 2024.11.70 (#679)
Bumps [qbittorrent-api](https://github.com/rmartin16/qbittorrent-api) from 2024.9.67 to 2024.11.70. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/rmartin16/qbittorrent-api/releases">qbittorrent-api's releases</a>.</em></p> <blockquote> <h2>release-2024.11.70</h2> <p>Version 2024.11.70</p> <ul> <li>Advertise support for qBittorrent v5.0.2</li> </ul> <p><!-- raw HTML omitted -->Full changelog: <a href="https://github.com/rmartin16/qbittorrent-api/compare/v2024.11.69...v2024.11.70">https://github.com/rmartin16/qbittorrent-api/compare/v2024.11.69...v2024.11.70</a><!-- raw HTML omitted --></p> <h2>release-2024.11.69</h2> <p>Version 2024.11.69</p> <ul> <li>Dropped support for Python 3.8 (<a href="https://redirect.github.com/rmartin16/qbittorrent-api/issues/494">#494</a>)</li> <li>Fixed typing for <code>content_layout</code> for <code>torrents.add()</code> (<a href="https://redirect.github.com/rmartin16/qbittorrent-api/issues/499">#499</a>)</li> <li><code>RecursionError</code> is no longer raised when client is banned (<a href="https://redirect.github.com/rmartin16/qbittorrent-api/issues/501">#501</a>)</li> </ul> <p><!-- raw HTML omitted -->Full changelog: <a href="https://github.com/rmartin16/qbittorrent-api/compare/v2024.10.68...v2024.11.69">https://github.com/rmartin16/qbittorrent-api/compare/v2024.10.68...v2024.11.69</a><!-- raw HTML omitted --></p> <h2>release-2024.10.68</h2> <p>Version 2024.10.68</p> <ul> <li>Advertise support for qBittorrent v5.0.1</li> <li>Add support for managing cookies (<a href="https://redirect.github.com/rmartin16/qbittorrent-api/issues/492">#492</a>) <ul> <li><code>app/cookies</code></li> <li><code>app/setCookies</code></li> <li>Note: these endpoints are scheduled for release in qBittorrent v5.1.0</li> </ul> </li> </ul> <p><!-- raw HTML omitted -->Full changelog: <a href="https://github.com/rmartin16/qbittorrent-api/compare/v2024.9.67...v2024.10.68">https://github.com/rmartin16/qbittorrent-api/compare/v2024.9.67...v2024.10.68</a><!-- raw HTML omitted --></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rmartin16/qbittorrent-api/blob/main/CHANGELOG.md">qbittorrent-api's changelog</a>.</em></p> <blockquote> <h3>v2024.11.70 (20 nov 2024)</h3> <ul> <li>Advertise support for qBittorrent v5.0.2</li> </ul> <h3>v2024.11.69 (16 nov 2024)</h3> <ul> <li>Dropped support for Python 3.8 (<a href="https://redirect.github.com/rmartin16/qbittorrent-api/issues/494">#494</a>)</li> <li>Fixed typing for <code>content_layout</code> for <code>torrents.add()</code> (<a href="https://redirect.github.com/rmartin16/qbittorrent-api/issues/499">#499</a>)</li> <li><code>RecursionError</code> is no longer raised when client is banned (<a href="https://redirect.github.com/rmartin16/qbittorrent-api/issues/501">#501</a>)</li> </ul> <h3>v2024.10.68 (28 oct 2024)</h3> <ul> <li>Advertise support for qBittorrent v5.0.1</li> <li>Add support for managing cookies (<a href="https://redirect.github.com/rmartin16/qbittorrent-api/issues/492">#492</a>) <ul> <li><code>app/cookies</code></li> <li><code>app/setCookies</code></li> <li>Note: these endpoints are scheduled for release in qBittorrent v5.1.0</li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/rmartin16/qbittorrent-api/commit/b7de455e16a6c34d0317e0a55f8035a62866d540"><code>b7de455</code></a> Bump to v2024.11.70</li> <li><a href="https://github.com/rmartin16/qbittorrent-api/commit/8f31fa7202f611e77cc89ced78296df1af491767"><code>8f31fa7</code></a> Advertise support for qBittorrent v5.0.2</li> <li><a href="https://github.com/rmartin16/qbittorrent-api/commit/c2452cc3ab8f50bcf816ed8dfb5b71f75d090cb0"><code>c2452cc</code></a> Bump to v2024.11.69</li> <li><a href="https://github.com/rmartin16/qbittorrent-api/commit/5124116e8af1fdd8107e86e2a8b5f303a6c47700"><code>5124116</code></a> Avoid infinite recursion when client is banned (<a href="https://redirect.github.com/rmartin16/qbittorrent-api/issues/501">#501</a>)</li> <li><a href="https://github.com/rmartin16/qbittorrent-api/commit/ce9960e368fff25b6407f49bb4994e820e78e0e4"><code>ce9960e</code></a> Fix typo (<a href="https://redirect.github.com/rmartin16/qbittorrent-api/issues/499">#499</a>)</li> <li><a href="https://github.com/rmartin16/qbittorrent-api/commit/60b49148e3da18540b4aac388ea5de676716a27f"><code>60b4914</code></a> Bump the github-actions group with 6 updates</li> <li><a href="https://github.com/rmartin16/qbittorrent-api/commit/62536f41646584c356e4fe11258a4c5ed7b5d607"><code>62536f4</code></a> Bumped pre-commit hook for ruff-pre-commit from v0.6.8 to v0.7.1</li> <li><a href="https://github.com/rmartin16/qbittorrent-api/commit/54bb78c4e2d1eece9b2e769e83eadca1b4f70983"><code>54bb78c</code></a> Bumped pre-commit hook for mirrors-mypy from v1.11.2 to v1.13.0</li> <li><a href="https://github.com/rmartin16/qbittorrent-api/commit/46d08fd655d4a6b9d8d16640e934d822554de39d"><code>46d08fd</code></a> Bumped pre-commit hook for pre-commit-hooks from v4.6.0 to v5.0.0</li> <li><a href="https://github.com/rmartin16/qbittorrent-api/commit/ce7c0e5af4ad56a31ad517b83c332041a72549d5"><code>ce7c0e5</code></a> Drop Python 3.8 support and add Python 3.14</li> <li>Additional commits viewable in <a href="https://github.com/rmartin16/qbittorrent-api/compare/v2024.9.67...v2024.11.70">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=qbittorrent-api&package-manager=pip&previous-version=2024.9.67&new-version=2024.11.70)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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 <dependency name> 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) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information