fix(deps): update dependency tenacity to v9 - autoclosed
This MR contains the following updates:
| Package | Change | Age | Confidence |
|---|---|---|---|
| tenacity |
~8.0.1 -> ~9.1.0
|
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 https://github.com/jd/tenacity/pull/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
- fix: Restore contents of retry attribute for wrapped functions by @hasier in https://github.com/jd/tenacity/pull/484
Full Changelog: https://github.com/jd/tenacity/compare/8.4.2...8.5.0
v8.4.2: tenacity 8.4.2
What's Changed
- fix: Avoid overwriting local contexts with retry decorator by @hasier in https://github.com/jd/tenacity/pull/479
Full Changelog: https://github.com/jd/tenacity/compare/8.4.1...8.4.2
v8.4.1: tenacity 8.4.1
What's Changed
- Include
tenacity.asynciosubpackage in release dist by @cdce8p in https://github.com/jd/tenacity/pull/474
Full Changelog: https://github.com/jd/tenacity/compare/8.4.0...8.4.1
v8.4.0: tenacity 8.4.0
What's Changed
- Add async strategies by @hasier in https://github.com/jd/tenacity/pull/451
- Support Trio out-of-the-box by @jakkdl in https://github.com/jd/tenacity/pull/463
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
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.