Update dependency tenacity to v9 (main)

This MR contains the following updates:

Package Change Age Confidence
tenacity ==6.3.1 -> ==9.1.2 age confidence

⚠️ Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

jd/tenacity (tenacity)

v9.1.2

Compare Source

Full Changelog: https://github.com/jd/tenacity/compare/9.1.1...9.1.2

v9.0.0: tenacity 9.0.0

Compare Source

What's Changed

  • Respects min argument for wait_random_exponential by @​yxtay in #​425
  • Bump major version to warn API breakage on statistics attribute

Full Changelog: https://github.com/jd/tenacity/compare/8.5.0...9.0.0

v8.5.0

Compare Source

What's Changed

  • fix: Restore contents of retry attribute for wrapped functions by @​hasier in #​484

Full Changelog: https://github.com/jd/tenacity/compare/8.4.2...8.5.0

v8.4.2: tenacity 8.4.2

Compare Source

What's Changed

  • fix: Avoid overwriting local contexts with retry decorator by @​hasier in #​479

Full Changelog: https://github.com/jd/tenacity/compare/8.4.1...8.4.2

v8.4.1: tenacity 8.4.1

Compare Source

What's Changed

Full Changelog: https://github.com/jd/tenacity/compare/8.4.0...8.4.1

v8.4.0: tenacity 8.4.0

Compare Source

What's Changed

Full Changelog: https://github.com/jd/tenacity/compare/8.3.0...8.4.0

v8.3.0

Compare Source

New Features

  • Added a new stop function: stop_before_delay, which will stop execution if the next sleep time would cause overall delay to exceed the specified delay. Useful for use cases where you have some upper bound on retry times that you must not exceed, so returning before that timeout is preferable than returning after that timeout.

Bug Fixes

  • Preserve defaults and kwdefaults through retry decorator

Other Notes

  • Add a "test" extra

v8.2.3

Compare Source

v8.2.2

Compare Source

v8.2.1

Compare Source

v8.2.0

Compare Source

v8.1.0

Compare Source

v8.0.1

Compare Source

v8.0.0

Compare Source

v7.0.0

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, check this box

This MR has been generated by Renovate Bot Sylva instance.

CI configuration couldn't be handle by MR description. A dedicated comment has been posted to control it.

If no checkbox is checked, a default pipeline will be enabled (capm3, or capo if capo label is set)

Merge request reports

Loading