chore(deps): update docker#182
Open
bootc-bot[bot] wants to merge 1 commit intomainfrom
Open
Conversation
Signed-off-by: bootc-bot[bot] <225049296+bootc-bot[bot]@users.noreply.github.com>
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:
0.11.8→0.11.120.40.0→0.41.0nightly-2026-05-04→nightly-2026-05-09Release Notes
astral-sh/uv (astral-sh/uv)
v0.11.12Compare Source
Released on 2026-05-08.
Python
Enhancements
--no-editablesupport touv pip install(#19306)Bug fixes
Respect
--no-devoverUV_DEV=1(#19313)Don't suggest non-existent
--no-frozenflag (#19290) (#19294)Documentation
v0.11.11Compare Source
Released on 2026-05-06.
Bug fixes
v0.11.10Compare Source
Released on 2026-05-05.
Bug fixes
v0.11.9Compare Source
Released on 2026-05-04.
This release includes a special release candidate for the next Python 3.14 patch release. Python 3.14 included a new garbage collection implementation, which reduced pause times but caused significant unexpected memory pressure in production environments. In 3.14.5 and 3.15, the previous garbage collection implementation will be restored.
We would greatly appreciate if you tested the 3.14.5rc1 version included in this release. The stable version is expected to be released soon and any feedback on potential issues would be helpful to the Python development team.
For more context, see the announcement, issue, and pull request.
Issues with the new release can be reported in the uv or CPython issue trackers.
Python
libpythonto match LinuxEnhancements
Preview
uv auditadd reporting for adverse project statuses (#19128)Bug fixes
requires-pythonpins a version (#18700)LockedFile::dropon Wine (#19229)top_level.txtin.egg-info(#19114)PYTHONHOMEand only set__PYVENV_LAUNCHER__for virtual environments (#19199)Documentation
--native-tlsandUV_NATIVE_TLSas deprecated (#18705)pytorch-triton-rocmto PyTorch ROCm docs (#19241)uv initcreates git files / folders in the projects guide (#19183)jj-vcs/jj (jj-vcs/jj)
v0.41.0Compare Source
About
jj is a Git-compatible version control system that is both simple and powerful. See
the installation instructions to get started.
Release highlights
jj fixnow supports formatting specific line ranges (allowing you to formatonly modified lines); see the configuration manual and notes below for more.
The new global flag
--no-integrate-operationwill let you run a command withoutimpacting the repo state or the working copy, which is useful when automated tools
may create snapshots in the background.
Breaking changes
The
--patternflag forfile searchnow defaults toregex:instead ofglob:.jj git push --all/--tracked/-r REVSETSno longer fails when revisions topush are private or have conflicts. Bookmarks which aren't eligible to push
will be skipped.
Branch/bookmark patterns passed to
jj git cloneare now saved to jj's reposettings file instead of
.git/config. Git fetch refspecs are set to thedefault value.
Deprecations
Operationtype's.tags()function has beendeprecated in favor of
.attributes().New features
The
--patternflag forfile searchnow accepts various pattern kinds throughkind:patternsyntax.A new global flag
--no-integrate-operationlets you run a command withoutimpacting the repo state or the working copy.
A new config option
diff.git.show-path-prefixcan be used to suppress thea/andb/path prefixes in thediff --gitoutput.jj fixnow supports line range-limited formatting via thefix.tools.<name>.line-range-argand
run-tool-if-zero-line-rangesconfigs. This allows running tools only on modifiedlines and fine-grained control over when the tool is run. If you have set the
line-range-argconfig, use
--all-linesto match the previous behavior of formatting the entire file.A new
replace(pattern, content, replacement)template function is addedwhich supports replacement of content in templates, using a lambda to format
replacement text. It supports all string patterns, including regexes with
capture groups (e.g.
replace(regex:'(\w+) (\w+)', "hello world", |c| c.get(1) ++ " " ++ c.get(2))).New
ByteStringtemplate type for things like file content.jj gerrit uploadnow supports the new options--message(-m),--editand
--merged. You can now also pass multiple hashtags by repeating the--hashtagoption.New
remotes.<name>.fetch-bookmarks/fetch-tagsoptions to configuredefault fetch targets.
JJ_PAGERcan now override theui.pagerconfig, matchingJJ_EDITORforcallers that need a jj-specific environment override.
Fixed bugs
Improving consistency with
githandling of.gitignore, including/after entries and
\r\r\nfor MacOS files.jj statusfilters untracked paths by fileset#9287
Improved performance for snapshotting, visibly improving
jj statusspeed for large repositories.
Pre-existing Git submodule directories are no longer considered conflicts in
checkouts. #8065.
Fixed a panic in
jj gerrit uploadwhen run without-rand theinferred revision was immutable. #9398
jj statusrespects path filters in working copy summaries.jj git remote rename/removenow updates thetrunk()alias.Commands would sometimes incorrectly diagnose a stale working copy and suggest
running
jj op integratewhen it would have no effect. This should now bemuch less likely to happen in practice.
#9314
Contributors
Thanks to the people who made this release happen!
Configuration
📅 Schedule: (in timezone UTC)
🚦 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 has been generated by Mend Renovate.