Skip to content

Commit ea4473e

Browse files
Bump retrying from 1.4.0 to 1.4.1 (#876)
Bumps [retrying](https://github.com/groodt/retrying) from 1.4.0 to 1.4.1. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/groodt/retrying/blob/main/HISTORY.rst">retrying's changelog</a>.</em></p> <blockquote> <p>.. :changelog:</p> <h2>History</h2> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/groodt/retrying/commit/e6fd51b1a8646e3a6c1cf6508672224bef860b48"><code>e6fd51b</code></a> Release v1.4.1</li> <li><a href="https://github.com/groodt/retrying/commit/f0e0c77e97994f2aa1f5119dde2aa4a8e7608cfa"><code>f0e0c77</code></a> Create python-publish.yml (<a href="https://redirect.github.com/groodt/retrying/issues/23">#23</a>)</li> <li><a href="https://github.com/groodt/retrying/commit/b772b26c3e77083240089893078cd59801d56daf"><code>b772b26</code></a> [Issue 20] Fix logger performance regression (<a href="https://redirect.github.com/groodt/retrying/issues/21">#21</a>)</li> <li><a href="https://github.com/groodt/retrying/commit/205a056f9ac1a138e17548700c6feb189195ccf0"><code>205a056</code></a> Modernize a little bit (<a href="https://redirect.github.com/groodt/retrying/issues/18">#18</a>)</li> <li><a href="https://github.com/groodt/retrying/commit/4539a00ba1349e32f2692af6be98d639949bfca9"><code>4539a00</code></a> Open 1.4.1-dev</li> <li>See full diff in <a href="https://github.com/groodt/retrying/compare/v1.4.0...v1.4.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=retrying&package-manager=pip&previous-version=1.4.0&new-version=1.4.1)](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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 05224cd commit ea4473e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ dependencies = [
2525
"pytimeparse2==1.7.1",
2626
"qbittorrent-api==2025.7.0",
2727
"requests==2.32.4",
28-
"retrying==1.4.0",
28+
"retrying==1.4.1",
2929
"ruamel.yaml==0.18.14",
3030
"schedule==1.2.2",
3131
"uvicorn==0.35.0",

0 commit comments

Comments
 (0)