scieloorg / opac

SciELO - On-line Public Access Catalog - OPAC
BSD 2-Clause "Simplified" License
9 stars 22 forks source link

Update tenacity to 8.3.0 #2993

Closed pyup-bot closed 1 month ago

pyup-bot commented 2 months ago

This PR updates tenacity from 8.2.2 to 8.3.0.

Changelog ### 8.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 ```
Links - PyPI: https://pypi.org/project/tenacity - Changelog: https://data.safetycli.com/changelogs/tenacity/ - Repo: https://github.com/jd/tenacity
pyup-bot commented 1 month ago

Closing this in favor of #3022