chore(deps): update tenacity requirement from >=9 to >=9.1.4 - #183
chore(deps): update tenacity requirement from >=9 to >=9.1.4#183dependabot[bot] wants to merge 1 commit into
Conversation
Updates the requirements on [tenacity](https://github.com/jd/tenacity) to permit the latest version. - [Release notes](https://github.com/jd/tenacity/releases) - [Commits](jd/tenacity@9.0.0...9.1.4) --- updated-dependencies: - dependency-name: tenacity dependency-version: 9.1.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
Dependabot opened #181-#185 against pyproject.toml without regenerating uv.lock, so every job failed at `uv sync --locked` before running any actual check. The five bumps are applied together here with a single lock refresh, since sequential lockfile updates conflict with each other. fastapi >=0.115 -> >=0.141.1 (#182) uvicorn[standard] >=0.34 -> >=0.52.1 (#181) python-multipart >=0.0.20 -> >=0.0.32 (#184) tenacity >=9 -> >=9.1.4 (#183) mypy >=1.20.2 -> >=2.3.0 (#185, dev) Resolution moves fastapi 0.139.0 -> 0.141.1, uvicorn 0.51.0 -> 0.52.3 and mypy 2.2.0 -> 2.3.0. The tenacity and python-multipart pins were already satisfied by the locked versions, so those two raise the floor without changing what is installed.
|
Superseded by #188, now merged to This PR bumped The locked Generated by Claude Code |
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
Updates the requirements on tenacity to permit the latest version.
Release notes
Sourced from tenacity's releases.
Commits
d4e868dFixretry()annotations with asyncsleep=function (#555)24415ebsupport async sleep for sync fn (#551)3bf33b4chore: drop Python 3.9 support (EOL) (#552)7027da3chore(deps): bump the github-actions group with 2 updates (#550)21ae7d0docs: fix syntax error in wait_chain docstring example (#548)ef12c9echore(deps): bump actions/checkout in the github-actions group (#547)c35a4b3chore(deps): bump the github-actions group with 2 updates (#545)e792bbaci: fix mypy (#546)0f55245ci: remove reno requirements (#542)815c34ffeat(wait): addwait_exceptionstrategy (#541)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)