Skip to content

chore(deps): update tenacity requirement from >=9 to >=9.1.4 - #183

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/tenacity-gte-9.1.4
Closed

chore(deps): update tenacity requirement from >=9 to >=9.1.4#183
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/tenacity-gte-9.1.4

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 11, 2026

Copy link
Copy Markdown
Contributor

Updates the requirements on tenacity to permit the latest version.

Release notes

Sourced from tenacity's releases.

9.1.4

What's Changed

Full Changelog: jd/tenacity@9.1.3...9.1.4

Commits
  • d4e868d Fix retry() annotations with async sleep= function (#555)
  • 24415eb support async sleep for sync fn (#551)
  • 3bf33b4 chore: drop Python 3.9 support (EOL) (#552)
  • 7027da3 chore(deps): bump the github-actions group with 2 updates (#550)
  • 21ae7d0 docs: fix syntax error in wait_chain docstring example (#548)
  • ef12c9e chore(deps): bump actions/checkout in the github-actions group (#547)
  • c35a4b3 chore(deps): bump the github-actions group with 2 updates (#545)
  • e792bba ci: fix mypy (#546)
  • 0f55245 ci: remove reno requirements (#542)
  • 815c34f feat(wait): add wait_exception strategy (#541)
  • Additional commits viewable in compare view

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 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)

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 dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Aug 11, 2026
n0nuser pushed a commit that referenced this pull request Aug 13, 2026
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.

n0nuser commented Aug 13, 2026

Copy link
Copy Markdown
Owner

Superseded by #188, now merged to main.

This PR bumped tenacity in pyproject.toml without regenerating uv.lock, so every job failed at uv sync --locked before running any check. #188 applies this bump together with #181, #182, #184 and #185 under a single lock refresh — sequential lockfile regenerations would have conflicted with each other.

The locked tenacity already satisfied >=9.1.4, so #188 raises the declared floor without changing the installed version.


Generated by Claude Code

@dependabot @github

dependabot Bot commented on behalf of github Aug 13, 2026

Copy link
Copy Markdown
Contributor Author

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 @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot
dependabot Bot deleted the dependabot/pip/tenacity-gte-9.1.4 branch August 13, 2026 17:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant