chore(deps): update default uv tools#130
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
renovate
Bot
force-pushed
the
renovate/default-uv-tools
branch
from
June 26, 2026 11:46
6acf683 to
e78e330
Compare
renovate
Bot
force-pushed
the
renovate/default-uv-tools
branch
from
July 2, 2026 17:48
e78e330 to
e3e9e02
Compare
renovate
Bot
force-pushed
the
renovate/default-uv-tools
branch
2 times, most recently
from
July 15, 2026 22:30
5a1312c to
d438636
Compare
renovate
Bot
force-pushed
the
renovate/default-uv-tools
branch
from
July 21, 2026 03:48
d438636 to
d894fd9
Compare
renovate
Bot
force-pushed
the
renovate/default-uv-tools
branch
from
July 22, 2026 04:30
d894fd9 to
0930c85
Compare
This file contains hidden or 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
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:
==4.14.1→==4.14.2==2026.6.17→==2026.7.22==2.1.2→==2.2.0==0.1.1→==0.1.2==2.46.4→==2.47.0==0.26.7→==0.27.0==4.15.0→==4.16.0Release Notes
agronholm/anyio (anyio)
v4.14.2Compare Source
ByteReceiveStream.receive()implementations to raise aValueErrorwhenmax_bytesis not a positive integer (#1191)CapacityLimiter.total_tokensrejectingfloat("inf")when the limiter was instantiated outside of an event loop. The adapter setter checked for infinity by identity (value is math.inf), so only the exactmath.infsingleton was accepted, while every backend setter (usingmath.isinf()) accepts any positive infinity (#1189; PR by @greymoth-jp).to_process.run_sync()deadlocking when the worker function writes enough data tosys.stderrto fill the (undrained) pipe buffer. The worker process now redirectssys.stderrtoos.devnullas well, matching the documented behaviorTLSStream.wrap()matching an internationalized (unicode) host name against the peer certificate using IDNA 2003 (via the standard library) instead of IDNA 2008, which could cause the host name to be matched against the wrong certificate (#1208)anyio.open_process()(andrun_process()) ignoring theextra_groupsargument, as it mistakenly passed the value of thegroupargument instead (#1209)CapacityLimiter.acquire_nowait()andCapacityLimiter.acquire_nowait_on_behalf_of()raisingtrio.WouldBlockinstead ofanyio.WouldBlockon thetriobackend when there are no tokens available (#1218)CapacityLimiteron the asyncio backend over-granting tokens (borrowed_tokensexceedingtotal_tokensandavailable_tokensgoing negative) when a non-blocking acquire was made in the window between a token being released and the notified waiter resuming. The freed token is now reserved for the woken waiter right away, so the non-blocking acquire correctly raisesWouldBlock(#1170; PR by @gaoflow)CancelScopeon asyncio under certain conditions, including improper cancel scope nesting (#1111)certifi/python-certifi (certifi)
v2026.7.22Compare Source
plastic-labs/honcho (honcho-ai)
v2.2.0Added
Changed
Fixed
fastapi/typer (typer)
v0.27.0Compare Source
Breaking Changes
Internal
v0.26.8Compare Source
Fixes
metavar. PR #1410 by @svlandeg.NoSuchOption.format_message(). PR #1843 by @foomunleong.Docs
Internal
python/typing_extensions (typing-extensions)
v4.16.0Compare Source
No user-facing changes since 4.16.0rc2.
Configuration
📅 Schedule: (in timezone Etc/UTC)
* 0-2 * * *)🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.