chore(deps): update all dependencies - #531
Open
renovate[bot] wants to merge 2 commits into
Open
Conversation
Contributor
Author
|
Contributor
Author
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
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:
26.6.0→26.8.0a4a333c→1c1159952cd2a0→4875845v8.3.2→v9.0.0v10.0.1(+1)0.11.32→0.12.5v2.5.5→v2.5.87.15.2→7.15.4v4.37.1→v4.37.7v2.0.6→v3.0.00.4.11→0.4.13v1.14.1→v1.14.2eada3c9→34d80670.16.0→0.16.31.2.4→1.4.01.4.1v1.2.4→v1.4.0v1.4.16.2.0→7.0.0Note: 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/ansible-lint (ansible-lint)
v26.8.0Compare Source
What's Changed
New Contributors
Full Changelog: ansible/ansible-lint@v26.6.0...v26.8.0
astral-sh/setup-uv (astral-sh/setup-uv)
v9.0.0Compare Source
astral-sh/uv-pre-commit (astral-sh/uv-pre-commit)
v0.12.5Compare Source
See: https://github.com/astral-sh/uv/releases/tag/0.12.5
v0.12.4Compare Source
See: https://github.com/astral-sh/uv/releases/tag/0.12.4
v0.12.3Compare Source
See: https://github.com/astral-sh/uv/releases/tag/0.12.3
v0.12.2Compare Source
See: https://github.com/astral-sh/uv/releases/tag/0.12.2
v0.12.1Compare Source
See: https://github.com/astral-sh/uv/releases/tag/0.12.1
v0.12.0Compare Source
See: https://github.com/astral-sh/uv/releases/tag/0.12.0
v0.11.33Compare Source
See: https://github.com/astral-sh/uv/releases/tag/0.11.33
biomejs/pre-commit (biomejs/pre-commit)
v2.5.8Compare Source
v2.5.7Compare Source
v2.5.6Compare Source
coveragepy/coveragepy (coverage)
v7.15.4Compare Source
Fix: in the HTML report, a source file name containing a double quote (legal
on POSIX) wasn't escaped where it's dropped into the
hrefof the indexand prev/next links, so it could close the attribute early and inject markup.
Page URLs are now escaped. Thanks,
Rajath Mohare <pull 2227_>_.Fix: the LCOV report wrote file names and other fields into its
line-oriented records without neutralizing control characters. A measured
file whose name contained a newline (legal on POSIX) could forge extra
records, inflating the coverage seen by tools that read the report. Control
characters in a field are now replaced. Thanks,
Rajath Mohare <pull 2226_>_.Wheels are now provided for Python 3.15.
.. _pull 2226: #2226
.. _pull 2227: #2227
.. _changes_7-15-3:
v7.15.3Compare Source
Fix: the sysmon core is incompatible with dynamic contexts. Previously, the
combination would be prevented when read from the coverage.py configuration.
But using the context API as pytest-cov does, contexts would be silently
dropped. Now a warning is issued, thanks to
Jisang Han <pull 2234_>.Closes
issue 2200.A performance improvement in the low-level line number bookkeeping when
combining data files, thanks to
Kevin Turcios <pull 2239_>_.Performance improvement in HTML reporting by reducing the number of times
files have to be parsed, thanks to
Kevin Turcios <pull 2240_>_... _issue 2200: #2200
.. _pull 2234: #2234
.. _pull 2239: #2239
.. _pull 2240: #2240
.. _changes_7-15-2:
github/codeql-action (github/codeql-action)
v4.37.7Compare Source
v4.37.6Compare Source
.github/codeql-config.ymlto align it with the suggested path that is used elsewhere. #4070v4.37.5Compare Source
initAction instead of falling back to downloading the bundle before extracting it. #4061v4.37.4Compare Source
v4.37.3Compare Source
No user facing changes.
v4.37.2Compare Source
config-fileinput that was introduced in CodeQL Action 4.37.0 is now enabled by default. In addition to the format described there, theremote=prefix can now be used to explicitly indicate that the input refers to a remote file. All previous input formats continue to be accepted as well. #4023j178/prek-action (j178/prek-action)
v3.0.0Compare Source
prek-actionreleases are now immutableStarting with v3,
prek-actionwill no longer publish moving major or minor tags. References such asj178/prek-action@v3andj178/prek-action@v3.0will not be available.Moving tags can be retargeted after users adopt them, creating unnecessary supply-chain risk. Use an exact release tag or, for stronger protection, pin the action to a full commit SHA.
What's Changed
Full Changelog: j178/prek-action@v2...v3.0.0
j178/prek (prek)
v0.4.13Compare Source
Released on 2026-08-10.
Highlights
Manage hook tools with mise
The new
language: misesupport lets hooks install tools usingmisein an isolated environment:Run commands in hook environments
The new
prek execsubcommand can run an explicit command in a configuredhook's prepared environment. For example, the hook above makes its managed
binary available to this command:
$ prek exec golangci-lint -- golangci-lint --versionEnhancements
miselanguage support (#2540)deny-filename-patternandrequire-filename-patternhooks (#2488)prek execfor running commands in a hook environment (#2478)yaml-language-server:comment to YAML sample config (#2486)prek cache sizeoutput terminal-aware (#2508)Performance
Bug fixes
Documentation
Contributors
v0.4.12Compare Source
Released on 2026-08-03.
Enhancements
--require-groupfor hook group intersections (#2472)uvfrom Astral CDN and drop source racing (#2455)prek install --forcebypass external hooks paths (#2437)Performance
Bug fixes
Documentation
Contributors
pypa/gh-action-pypi-publish (pypa/gh-action-pypi-publish)
v1.14.2Compare Source
This one probably won't touch you visibly so just bookmark @webknjaz's EuroPython 2026 “AI” slop rant for when it's published on YouTube or encourage him to come back with more to share next year!
🛠️ Urgh… Another release!? Again? Explain yourself!
Looking at the diff, you'll only witness updates across the dependency tree. That's it! It's not a security fix or anything like that even, no. But you'll want this update.
🧐 Tell me why..
The rest of the updates bump things related to
pypi-attestationsandsigstore, which has the most interesting backstory here. @facutuesca💰 sent a patch in #417 but a bunch more helped out.TL;DR non-pure-python projects with C-extensions tend to have dozens (sometimes hundreds) wheels to upload to PyPI per release. They are often quite big and take time to transfer over the network. People started noticing problems and coming up with DIY sharding workarounds like aio-libs/aiohttp#13226 around July 23.
On this date, projects with a good amount of bytes to publish would start getting timeouts 5 minutes after the PyPI publishing job begun. The same job that worked just fine before.
I had to start pinging upstream library and ecosystem people, on GitHub and privately, to start making sense of what was happening. Eventually, we collectively concluded that GitHub must've shortened the lifetime of their OIDC identity — it seems to have used to be 10 minutes long (at some point in the past) and is now 5 minutes, apparently. It's not documented clearly, and we have not been able to get any clarity by attempting to contact GitHub through private channels, using personal connections.
Over the course of investigation, @facutuesca💰 found and fixed a related underlying cache invalidation bug in sigstore/sigstore-python#1838, which he then coordinated propagation through the dependency chain updates in sigstore-python, pypi-attestations, gh-action-pypi-publish and gh-action-sigstore-python.
Mike's also discovered that Sigstore's Rekor slowdown seems to have become the main contributing cause of the last week's incident. He's collected some data to support this claim: https://publishing-five-minute-timeout.tiiny.site.
🫶 New Contributors
🪞 Full Diff: pypa/gh-action-pypi-publish@v1.14.1...v1.14.2
🧔♂️ Release Manager: @webknjaz 🇺🇦
🙏 Special Thanks to @davidbrochart💰 and @Dreamsorcerer💰 for turning my attention (in #415 and in private) to the newly surfaced corner case in GitHub's behavior that only affected a narrow category of projects while many others remained blissfully unaware. @bdraco💰 came up with a DIY sharding workaround for aiohttp that served as a demo for other projects. @miketheman💰 confirmed the Warehouse-side details. Also, @jku💰 and @woodruffw💰 helped work through, review and release the Sigstore ecosystem upstream libs.
💬 Discuss on Bluesky 🦋, on Mastodon 🐘 and on GitHub.
astral-sh/ruff (ruff)
v0.16.3Compare Source
Released on 2026-08-13.
Preview features
pylint] Fix false negatives on negative numbers (PLR6104) (#27251)pyupgrade] Add rule to replacewhile 1withwhile True(UP048) (#27190)Bug fixes
flake8-bandit] Also check keyword arguments (S602,S603,S607,S609) (#27687)pylint] Allowcontinueinfinallyon Python 3.8 (#27626)pylint] FixPLE1307false positive with bools (#27651)pylint] Fix false positives and negatives with%bformat character (PLE1300,PLE1307) (#27560)pylint] Improve handling of concatenated strings (PLE1300) (#27659)Rule changes
numpy] Makenp.chararrayautofix backwards-compatible (NPY201) (#27527)Performance
Exprsize to 64 bytes (#27591)CLI
ruff check --statisticsoutput (#27646)Documentation
ruff] Also suggestasyncio.TaskGroup(RUF006) (#27461)Other changes
Contributors
v0.16.2Compare Source
Released on 2026-08-06.
Bug fixes
flake8-pyi] Avoid false positives onsingledispatchfunctions (PYI041) (#27335)Server
Contributors
v0.16.1Compare Source
Released on 2026-07-30.
Preview features
flake8-pytest-style] Make fixes safe by default and unsafe only when comments are present (PT018) (#27201)pyupgrade] Skip fix when a defaultedTypeVarprecedes a non-defaulted one (UP040,UP046,UP047) (#27133)ruff] Fix false positive with unpacked arguments (RUF065) (#26959)Bug fixes
gen-lsp-typesto gracefully handle unknown enumeration values in LSP messages (#27230)flake8-bugbear] Markrangeas immutable (B008) (#27247)flake8-comprehensions] NFKC-normalize keyword names inC408fix (#26813)flake8-return] Fix false positive when variable is read infinallyclause (RET504) (#25441)pydocstyle] Skip section detection inside RST directive bodies (D214,D405,D413) (#23635)refurb] Parenthesizeyieldarguments in theFURB192fix (#27192)Rule changes
flake8-pytest-style] MarkPT022fixes as unsafe (#26440)refurb] Mark fixes that remove unknown separators as unsafe (FURB105) (#27200)Server
Documentation
pyconMarkdown formatting (#27153)flake8-bandit] DocumentTYPE_CHECKINGexception (S101) (#27004)flake8-import-conventions] Document thatextend-aliasescan override default aliases (#27191)pylint] Add missing fix safety gotchas fornon-augmented-assignment(PLR6104) (#27250)Other changes
Contributors
tombi-toml/tombi (tombi)
v1.4.0Compare Source
What's Changed
Starting from this version, we are introducing the WebAssembly npm package.
Please refer to the documentation for details.
https://tombi-toml.github.io/tombi/docs/wasm
🐝 Bug Fixes
🛠️ Other Changes
Full Changelog: tombi-toml/tombi@v1.3.5...v1.4.0
v1.3.5Compare Source
What's Changed
🐝 Bug Fixes
Full Changelog: tombi-toml/tombi@v1.3.4...v1.3.5
v1.3.4Compare Source
What's Changed
🚨 Breaking Changes
🐝 Bug Fixes
🛠️ Other Changes
Full Changelog: tombi-toml/tombi@v1.3.3...v1.3.4
v1.3.3Compare Source
What's Changed
🚨 Breaking Changes
🦅 New Features
Full Changelog: tombi-toml/tombi@v1.3.2...v1.3.3
v1.3.2Compare Source
What's Changed
Unless
line-widthis specified, there is no wrap limit.This is because allowing multi-line inline tables in TOML v1.1.0 has unnecessarily led to the creation of numerous issues.
🚨 Breaking Changes
line-widthto unlimited by @ya7010 in #2104🦅 New Features
🛠️ Other Changes
Full Changelog: tombi-toml/tombi@v1.3.1...v1.3.2
v1.3.1Compare Source
v1.3.0Compare Source
v1.2.10Compare Source
What's Changed
📦 Dependencies
Full Changelog: tombi-toml/tombi@v1.2.9...v1.2.10
v1.2.9Compare Source
What's Changed
🦅 New Features
🐝 Bug Fixes
🛠️ Other Changes
Full Changelog: tombi-toml/tombi@v1.2.8...v1.2.9
v1.2.8Compare Source
What's Changed
🐝 Bug Fixes
📦 Dependencies
🛠️ Other Changes
Full Changelog: tombi-toml/tombi@v1.2.7...v1.2.8
v1.2.7Compare Source
What's Changed
🦅 New Features
🛠️ Other Changes
Full Changelog: tombi-toml/tombi@v1.2.6...v1.2.7
v1.2.6Compare Source
What's Changed
🦅 New Features
🐝 Bug Fixes
🛠️ Other Changes
Full Changelog: tombi-toml/tombi@v1.2.5...v1.2.6
v1.2.5Compare Source
What's Changed
🦅 New Features
🐝 Bug Fixes
🛠️ Other Changes
Full Changelog: tombi-toml/tombi@v1.2.4...v1.2.5
tombi-toml/tombi-pre-commit (tombi-toml/tombi-pre-commit)
v1.4.0Compare Source
See: https://github.com/tombi-toml/tombi/releases/tag/v1.4.0
v1.3.5Compare Source
See: https://github.com/tombi-toml/tombi/releases/tag/v1.3.5
v1.3.4Compare Source
See: https://github.com/tombi-toml/tombi/releases/tag/v1.3.4
v1.3.3Compare Source
See: https://github.com/tombi-toml/tombi/releases/tag/v1.3.3
[
Configuration
📅 Schedule: (in timezone UTC)
* 0-3 * * 1)🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, 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.