Update dependency tenacity to v9 (main)
This MR contains the following updates:
| Package | Change | Age | Confidence |
|---|---|---|---|
| tenacity |
==6.3.1 -> ==9.1.2
|
⚠️ WarningSome dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
jd/tenacity (tenacity)
v9.1.2
Full Changelog: https://github.com/jd/tenacity/compare/9.1.1...9.1.2
v9.0.0: tenacity 9.0.0
What's Changed
- Respects
minargument forwait_random_exponentialby @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
What's Changed
Full Changelog: https://github.com/jd/tenacity/compare/8.4.2...8.5.0
v8.4.2: tenacity 8.4.2
What's Changed
Full Changelog: https://github.com/jd/tenacity/compare/8.4.1...8.4.2
v8.4.1: tenacity 8.4.1
What's Changed
Full Changelog: https://github.com/jd/tenacity/compare/8.4.0...8.4.1
v8.4.0: tenacity 8.4.0
What's Changed
Full Changelog: https://github.com/jd/tenacity/compare/8.3.0...8.4.0
v8.3.0
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
v8.2.2
v8.2.1
v8.2.0
v8.1.0
v8.0.1
v8.0.0
v7.0.0
Configuration
-
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)