chore(deps): update all dependencies#424
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
d82a832 to
5a24a90
Compare
bcade1b to
158c7ba
Compare
ec16545 to
62910ee
Compare
f04be62 to
c396e5d
Compare
Contributor
Author
|
66c520d to
fa6b3f8
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:
bbbca2d→043fb462.20.5→2.21.0v1.1.0→v1.1.29048781→136dbb496828a1→b2b0657a7f2500→e14a430v7→v8.1.00.11.2→0.11.17v2.4.9→v2.4.1657e3a13→e79a6967.13.5→7.14.13.1.47→3.1.501.20.2→2.1.026.1→26.1.126.1.226.1→26.1.126.1.22.35.1→2.35.31.11.1→1.13.00.3.10→0.4.3139054a→693d20e0.15.12→0.15.15v2→v30.9.24→1.1.14.53.0→4.55.00.25.0→0.26.30.26.40.11.7→0.11.170.0.36→0.0.43Note: The
pre-commitmanager in Renovate is not supported by thepre-commitmaintainers or community. Please do not report any problems there, instead create a Discussion in the Renovate repository if you have any questions.Release Notes
ansible/actions (ansible/actions)
v1.1.2Compare Source
Fixes
Maintenance
v1.1.1Compare Source
Fixes
Maintenance
astral-sh/setup-uv (astral-sh/setup-uv)
v8.1.0: 🌈 New inputno-projectCompare Source
Changes
This add the a new boolean input
no-project.It only makes sense to use in combination with
activate-environment: trueand will append--no projectto theuv venvcall. This is for example useful if you have a pyproject.toml file with parts unparseable by uv🚀 Enhancements
🧰 Maintenance
📚 Documentation
⬆️ Dependency updates
v8.0.0: 🌈 Immutable releases and secure tagsCompare Source
This is the first immutable release of
setup-uv🥳All future releases are also immutable, if you want to know more about what this means checkout the docs.
This release also has two breaking changes
New format for
manifest-fileThe previously deprecated way of defining a custom version manifest to control which
uvversions are available and where to download them from got removed. The functionality is still there but you have to use the new format.No more major and minor tags
To increase security even more we will stop publishing minor tags. You won't be able to use
@v8or@v8.0any longer. We do this because pinning to major releases opens up users to supply chain attacks like what happened to tj-actions.🚨 Breaking changes
🧰 Maintenance
astral-sh/uv-pre-commit (astral-sh/uv-pre-commit)
v0.11.17Compare Source
See: https://github.com/astral-sh/uv/releases/tag/0.11.17
v0.11.16Compare Source
See: https://github.com/astral-sh/uv/releases/tag/0.11.16
v0.11.15Compare Source
See: https://github.com/astral-sh/uv/releases/tag/0.11.15
v0.11.14Compare Source
See: https://github.com/astral-sh/uv/releases/tag/0.11.14
v0.11.13Compare Source
See: https://github.com/astral-sh/uv/releases/tag/0.11.13
v0.11.12Compare Source
See: https://github.com/astral-sh/uv/releases/tag/0.11.12
v0.11.11Compare Source
See: https://github.com/astral-sh/uv/releases/tag/0.11.11
v0.11.10Compare Source
See: https://github.com/astral-sh/uv/releases/tag/0.11.10
v0.11.9Compare Source
See: https://github.com/astral-sh/uv/releases/tag/0.11.9
v0.11.8Compare Source
See: https://github.com/astral-sh/uv/releases/tag/0.11.8
v0.11.7Compare Source
See: https://github.com/astral-sh/uv/releases/tag/0.11.7
v0.11.6Compare Source
See: https://github.com/astral-sh/uv/releases/tag/0.11.6
v0.11.5Compare Source
See: https://github.com/astral-sh/uv/releases/tag/0.11.5
v0.11.4Compare Source
See: https://github.com/astral-sh/uv/releases/tag/0.11.4
v0.11.3Compare Source
See: https://github.com/astral-sh/uv/releases/tag/0.11.3
biomejs/pre-commit (biomejs/pre-commit)
v2.4.16Compare Source
v2.4.15Compare Source
v2.4.14Compare Source
v2.4.13Compare Source
v2.4.12Compare Source
v2.4.11Compare Source
v2.4.10Compare Source
coveragepy/coveragepy (coverage)
v7.14.1Compare Source
Fix: the HTML report used typographic niceties to make file paths more
readable by adding a small amount of space around slashes. Those spaces
interfered with searching the page for file paths of interest. Now the report
uses CSS to accomplish the same visual tweak so that searches with slashes
work correctly. Closes
issue 2170_.Add a 3.16 PyPI classifier <hugo-316_>_ since we test on the 3.16 mainbranch.
.. _issue 2170: #2170
.. _hugo-316: https://mastodon.social/@hugovk/116588523571204490
.. _changes_7-14-0:
v7.14.0Compare Source
Feature: now when running one of the reporting commands, if there are
parallel data files that need combining, they will be implicitly combined
before creating the report. There is no option to avoid the combination; let
us know if you have a use case that requires it. Thanks,
Tim Hatch <pull 2162_>. Closesissue 1781.Fix: the output from
combinewas too verbose, listing each fileconsidered. Now it shows a single line with the counts of files combined,
files skipped, and files with errors. The
-qflag suppresses this line.The old detailed lines are available with the new
--debug=combineoption.Fix: running a Python file through a symlink now sets the sys.path correctly,
matching regular Python behavior. Fixes
issue 2157_.Fix:
Collector.flush_datacould fail with "RuntimeError: Set changedsize during iteration" when a tracer in another thread added a line to the
per-file set that
add_lines(oradd_arcs) was iterating. The valuespassed to
CoverageDataare now snapshotted viadict.copy()andset.copy(), which are atomic under the GIL. Thanks,Alex Vandiver <pull 2165_>_.Fix: the soft keyword
lazyis now bolded in HTML reports.We are no longer testing eventlet support. Eventlet started issuing stern
deprecation warnings that break our tests. Our support code is still there.
.. _issue 1781: #1781
.. _issue 2157: #2157
.. _pull 2162: #2162
.. _pull 2165: #2165
.. _changes_7-13-5:
gitpython-developers/GitPython (gitpython)
v3.1.50Compare Source
What's Changed
335c0f6to53c94d6by @dependabot[bot] in #2141New Contributors
Full Changelog: gitpython-developers/GitPython@3.1.49...3.1.50
v3.1.49: - SecurityCompare Source
What's Changed
Full Changelog: gitpython-developers/GitPython@3.1.48...3.1.49
v3.1.48: - SecurityCompare Source
Accidentally deleted the previous GH release, it did mention the advisory this fixes.
What's Changed
Full Changelog: gitpython-developers/GitPython@3.1.47...3.1.48
python/mypy (mypy)
v2.1.0Compare Source
v2.0.0Compare Source
pypa/pip (pip)
v26.1.1Compare Source
tox-dev/pipdeptree (pipdeptree)
v2.35.3Compare Source
What's Changed
Full Changelog: tox-dev/pipdeptree@2.35.2...2.35.3
v2.35.2Compare Source
What's Changed
Full Changelog: tox-dev/pipdeptree@2.35.1...2.35.2
pypa/pipx (pipx)
v1.13.0Compare Source
What's Changed
New Contributors
Full Changelog: pypa/pipx@1.12.0...1.13.0
v1.12.0Compare Source
What's Changed
Full Changelog: pypa/pipx@1.11.2...1.12.0
v1.11.2Compare Source
What's Changed
New Contributors
Full Changelog: pypa/pipx@1.11.1...1.11.2
j178/prek (prek)
v0.4.3Compare Source
Released on 2026-05-27.
Bug fixes
Sponsorship
If
preksaves time for you or your team, please consider sponsoring theproject on GitHub Sponsors. It helps keep
new features, performance work, and maintenance moving.
Contributors
v0.4.2Compare Source
Released on 2026-05-26.
Highlights
0.4.2 is mainly about making
prek runfaster in large repos.preknow does lessgit diffwork. After hooks run,prekuses diff checksto detect files changed by hooks. If a hook modifies files, prek marks that hook
as failed. That is important, but full diff snapshots can be slow in big repos,
especially when they happen after every hook group.
We skip the expensive diff path in two common cases: built-in hooks that prek
knows are read-only, and clean worktrees where a cheap dirty check is enough
unless a hook actually changes files. In the right large-repo workload,
skipping that work can make runs up to 10x faster.
Workspace mode is faster too. Hooks have historically been too serial.
Priority-based concurrency helped, but it required users to choose good
priorityvalues. Now sibling projects at the same workspace depth run inparallel automatically. Their files do not overlap, so this is safe and needs
no extra config. For multi-project workspaces, this can dramatically reduce
total hook time.
Sponsorship
If
preksaves time for you or your team, please consider sponsoring theproject on GitHub Sponsors. It helps keep
new features, performance work, and maintenance moving.
Enhancements
Performance
Contributors
v0.4.1Compare Source
Released on 2026-05-20.
Enhancements
Performance
Contributors
v0.4.0Compare Source
Released on 2026-05-14.
Breaking changes
These are narrow cleanup breaks in behavior that was either temporary or never worked correctly. Most users should not need to change anything.
-q,-v, or--no-progresspassed toprek install. This only affects users who expected those global flags to be baked into installed hooks. (#1966)language_versionno longer accepts direct executable paths. Uselanguage_version: systemfor a system toolchain, or use a supported version request instead. This path form did not work reliably before, so existing working configs should be unaffected. (#1831)Enhancements
--config,--cd,--log-fileand--git-dir(#2063)Bug fixes
Documentation
Contributors
v0.3.13Compare Source
Released on 2026-05-06.
Bug fixes
Documentation
Contributors
v0.3.12Compare Source
Released on 2026-05-05.
Highlights
auto_update.cooldown_daysis now available in both the user-level globalconfig (
~/.config/prek/prek.tomlon Linux and macOS, or$XDG_CONFIG_HOME/prek/prek.tomlwhen set;%APPDATA%\prek\prek.tomlonWindows) and project config. Set a user default for
prek auto-update, thenoverride it per project when a repository needs a different update cadence.
Enhancements
language: dart(#1146)Bug fixes
$PATHforgeminvocations (#2021)Documentation
Contributors
v0.3.11Compare Source
Released on 2026-04-27.
Highlights
Hook entries now have an explicit
shelloption for shell snippets. Setshell: sh,bash,pwsh,powershell, orcmdwhen an entry should beevaluated by that shell; leaving it unset keeps prek's direct argv execution.
prek auto-updatecan now filter tag candidates before choosing an update.Both options take glob patterns: use
--include-tagto only consider matchingtag names, and
--exclude-tagto skip matching tags such as moving tags orprereleases.
Enhancements
auto-update --exclude-repo <repo>to skip repos (#1983)auto-update --exit-codeto exit with non-zero on updates (#2002)auto-update --include-tag <pattern>/--exclude-tag <pattern>to filter tags (#1984)shellhook option for entries that should run as shell source (#2004)--hook-diroptional for hook-impl (#1989)--script-versionis missing (#1990)Bug fixes
Documentation
pass_filenamesconcurrency docs (#1999)Contributors
astral-sh/ruff (ruff)
v0.15.15Compare Source
Released on 2026-05-28.
Preview features
pyflakes] Report duplicate imports intyping.TYPE_CHECKINGblock (F811) (#22560)Bug fixes
pyflakes] Treat function-scope bare annotations as locals per PEP 526 (F821) (#21540)Performance
TokenValuedrops in the lexer (#25300)Vecsize (#25354)ThinVecin AST to shrinkStmt(#25361)Documentation
line-lengthexample for--configoption (#25389)flake8-comprehensions] DocumentRecursionErroredge case in__len__(C416) (#25286)mccabe] Improve example (C901) (#25287)pyupgrade] Clarify fix safety docs (UP007,UP045) (#25288)refurb] DocumentFURB192exception change for empty sequences (#25317)ruff] Document false negative for user-defined types (RUF013) (#25289)Formatter
Server
codeAction/resolverequests that contain no or no valid URL (#25365)Other changes
Contributors
v0.15.14Compare Source
Released on 2026-05-21.
Preview features
airflow] Implementairflow-task-implicit-multiple-outputs(AIR202) (#25152)flake8-use-pathlib] MarkPTH101fix as unsafe when first argument is a class attribute annotated asint(#25086)pylint] Implementtoo-many-try-statements(W0717) (#23970)ruff] Addincorrect-decorator-order(RUF074) (#23461)ruff] Addfallible-context-manager(RUF075) (#22844)Bug fixes
frozensetannotations as immutable (#25251)flake8-type-checking] Avoidstrictbehavior whenfuture-annotationsare enabled (TC001,TC002,TC003) (#25035)pylint] Avoid false positives inelseclause (PLR1733) (#25177)Rule changes
flake8-comprehensions] SkipC417for lambdas with positional-only parameters (#25272)flake8-simplify] Preserve f-string source verbatim inSIM101fix (#25061)Performance
Documentation
Other changes
ruff_python_stdlibAPIs (#25273)Contributors
v0.15.13Compare Source
Released on 2026-05-14.
Preview features
pylint] Standardize diagnostic message (PLR0914,PLR0917) (#24996)Bug fixes
F811false positive for class methods (#24933)eradicate] Fix false positive for lines with leading whitespace (ERA001) (#25122)flake8-pyi] Fix false positive for f-string debug specifier (PYI016) (#24098)Rule changes
PYI034for in-place operations to enclosing class (#24511)global(#24902)Performance
isort] Avoid constructingglob::Patterns for literal known modules (#25123)CLI
--confighelp text (#25013)Configuration
line-lengthsetting (#24962)Documentation
D203to rules that conflict with the formatter (#25044)COM819and formatter interaction (#25045)NotImplementedis a value, not an exception (F901) (#25054)Other changes
Contributors
s
Configuration
📅 Schedule: (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 was generated by Mend Renovate. View the repository job log.