-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(deps): update dependency tenacity to v9 #52
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/auto-major-testing-pip-deps
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
renovate
bot
force-pushed
the
renovate/auto-major-testing-pip-deps
branch
2 times, most recently
from
August 2, 2024 16:14
1e70f8b
to
2597161
Compare
renovate
bot
force-pushed
the
renovate/auto-major-testing-pip-deps
branch
3 times, most recently
from
August 14, 2024 06:39
0a1de45
to
c33e480
Compare
renovate
bot
force-pushed
the
renovate/auto-major-testing-pip-deps
branch
4 times, most recently
from
September 5, 2024 13:32
54d6238
to
79b2875
Compare
canonical-iam
approved these changes
Sep 5, 2024
renovate
bot
force-pushed
the
renovate/auto-major-testing-pip-deps
branch
from
September 20, 2024 11:39
79b2875
to
becbf61
Compare
canonical-iam
approved these changes
Sep 20, 2024
renovate
bot
force-pushed
the
renovate/auto-major-testing-pip-deps
branch
from
November 20, 2024 09:33
becbf61
to
d82968f
Compare
canonical-iam
approved these changes
Nov 20, 2024
renovate
bot
force-pushed
the
renovate/auto-major-testing-pip-deps
branch
from
November 20, 2024 09:56
d82968f
to
5fcf2c4
Compare
canonical-iam
approved these changes
Nov 20, 2024
renovate
bot
force-pushed
the
renovate/auto-major-testing-pip-deps
branch
from
November 20, 2024 10:20
5fcf2c4
to
4876a9f
Compare
canonical-iam
approved these changes
Nov 20, 2024
renovate
bot
force-pushed
the
renovate/auto-major-testing-pip-deps
branch
from
November 20, 2024 10:45
4876a9f
to
7e023c3
Compare
canonical-iam
approved these changes
Nov 20, 2024
renovate
bot
force-pushed
the
renovate/auto-major-testing-pip-deps
branch
from
November 20, 2024 12:31
7e023c3
to
608d186
Compare
canonical-iam
approved these changes
Nov 20, 2024
renovate
bot
force-pushed
the
renovate/auto-major-testing-pip-deps
branch
from
November 28, 2024 14:33
608d186
to
396f64c
Compare
canonical-iam
approved these changes
Nov 28, 2024
renovate
bot
force-pushed
the
renovate/auto-major-testing-pip-deps
branch
from
December 5, 2024 13:32
396f64c
to
8e9c42f
Compare
canonical-iam
approved these changes
Dec 5, 2024
renovate
bot
force-pushed
the
renovate/auto-major-testing-pip-deps
branch
from
December 19, 2024 14:43
8e9c42f
to
f49edcf
Compare
canonical-iam
approved these changes
Dec 19, 2024
renovate
bot
force-pushed
the
renovate/auto-major-testing-pip-deps
branch
from
December 21, 2024 00:07
f49edcf
to
38b80a0
Compare
canonical-iam
approved these changes
Dec 21, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
~= 8.2.3
->~=9.0.0
Release Notes
jd/tenacity (tenacity)
v9.0.0
: tenacity 9.0.0Compare Source
What's Changed
min
argument forwait_random_exponential
by @yxtay in https://github.com/jd/tenacity/pull/425Full Changelog: jd/tenacity@8.5.0...9.0.0
v8.5.0
Compare Source
What's Changed
Full Changelog: jd/tenacity@8.4.2...8.5.0
v8.4.2
: tenacity 8.4.2Compare Source
What's Changed
Full Changelog: jd/tenacity@8.4.1...8.4.2
v8.4.1
: tenacity 8.4.1Compare Source
What's Changed
tenacity.asyncio
subpackage in release dist by @cdce8p in https://github.com/jd/tenacity/pull/474Full Changelog: jd/tenacity@8.4.0...8.4.1
v8.4.0
: tenacity 8.4.0Compare Source
What's Changed
Full Changelog: jd/tenacity@8.3.0...8.4.0
v8.3.0
Compare Source
New Features
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
Other Notes
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.