chore(deps): update all dependencies#596
Closed
renovate[bot] wants to merge 1 commit into
Closed
Conversation
c3567ee to
aea72ff
Compare
Contributor
Author
|
b735768 to
4fe3150
Compare
4fe3150 to
bb31487
Compare
Contributor
|
Closing due to persistent Renovate artifact failure (uv lock resolves to newer versions than Renovate targets). Renovate will open a fresh PR on the next cycle. |
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.25→0.11.28v2.5.1→v2.5.31.5.0→1.5.17.14.3→7.15.07.15.10.9.0→0.9.12.1.0→2.2.02.3.00.4.6→0.4.90.9.0→0.9.10.15.20→0.15.211.1.6→1.2.04.56.1→4.56.44.15.0→4.16.00.11.26→0.11.28Note: 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
astral-sh/uv-pre-commit (astral-sh/uv-pre-commit)
v0.11.28Compare Source
See: https://github.com/astral-sh/uv/releases/tag/0.11.28
v0.11.27Compare Source
See: https://github.com/astral-sh/uv/releases/tag/0.11.27
v0.11.26Compare Source
See: https://github.com/astral-sh/uv/releases/tag/0.11.26
biomejs/pre-commit (biomejs/pre-commit)
v2.5.3Compare Source
v2.5.2Compare Source
pypa/build (build)
v1.5.1Compare Source
What's Changed
New Contributors
Full Changelog: pypa/build@1.5.0...1.5.1
coveragepy/coveragepy (coverage)
v7.15.0Compare Source
Since 7.14.0, reporting commands implicitly combine parallel data files. Now
those commands have a new option
--keep-combinedto retain the data filesafter combining them instead of the default, which is to delete them.
Finishes
issue 2198_.Fix: the LCOV report would incorrectly count excluded functions as uncovered,
as described in
issue 2205. This is now fixed thanks toMartin Kuntz Jacobsen <pull 2206_>.When running your program, coverage now correctly sets
yourmodule.__spec__.loaderasstrongly recommended <--loader--_>,avoiding the deprecation warning described in
issue 2208. Thanks,A5rocks <pull 2209_>_.Fix: with Python 3.10, running with the
-I(isolated mode) option didn'tcorrectly omit the current directory from the module search path, as
described in
issue 2103. That is now fixed thanks toIlia Sorokin <pull 2211_>... --loader--: https://docs.python.org/3/reference/datamodel.html#module.__loader_
.. _issue 2103: #2103
.. _issue 2198: #2198
.. _issue 2205: #2205
.. _pull 2206: #2206
.. _issue 2208: #2208
.. _pull 2209: #2209
.. _pull 2211: #2211
.. _changes_7-14-3:
jsh9/pydoclint (jsh9/pydoclint)
v0.9.1Compare Source
docstring_parser_fork==0.0.16, which preserves raw parameter andattribute type declarations while still exposing normalized type/default
fields
mypywithtyand fixed the surfacedtyping issues with explicit type narrowing
tox -e pydoclintself-check against the local package instead ofthe latest published pydoclint release
0.15.20and added a pre-commit hook to keep thetox Muff pins in sync with the
muff-pre-commitrevisionpython/mypy (mypy)
v2.2.0Compare Source
j178/prek (prek)
v0.4.9Compare Source
Released on 2026-07-11.
Note: This release changes the repository identity schema stored in cached hook environments. Existing
hook environments will be invalidated, and prek will reinstall them automatically when needed.
Enhancements
Bug fixes
Contributors
v0.4.8Released on 2026-07-04.
Enhancements
auto-updatetoupdate(#2286)Bug fixes
Contributors
astral-sh/ruff (ruff)
v0.15.21Compare Source
Released on 2026-07-09.
Preview features
--add-ignorefor addingruff:ignorecomments (#26346)flake8-comprehensions] DropC409tuple comprehension preview behavior (#25707)pyupgrade] Lint and fix use of deprecatedabcdecorators (UP051) (#26417)Bug fixes
flake8-implicit-str-concat] FixISC003autofix incorrectly stripping+from comments (#26554)Rule changes
flake8-executable] MarkEXE004fix as unsafe (#26033)flake8-pyi] MarkPYI061fixes as unsafe in Python files (#26533)pydocstyle] Skipoverload-with-docstringin stub files (D418) (#26318)Performance
fits_elementin formatter (#26429)Formatter
--extend-excludetoruff format(#26372)Documentation
flake8-bandit] Fix misleading docstring formako-templates(S702) (#26432)ruff] Fix non-triggering example forif-key-in-dict-del(RUF051) (#26433)Contributors
tombi-toml/tombi (tombi)
v1.2.0Compare Source
What's Changed
🚨 Breaking Changes
🦅 New Features
🐝 Bug Fixes
🛠️ Other Changes
Full Changelog: tombi-toml/tombi@v1.1.7...v1.2.0
v1.1.7Compare Source
What's Changed
🦅 New Features
deprecationMessageby @ya7010 in #1986🐝 Bug Fixes
🛠️ Other Changes
$refschema completion by @kjanat in #1984Full Changelog: tombi-toml/tombi@v1.1.6...v1.1.7
tox-dev/tox (tox)
v4.56.4Compare Source
What's Changed
Full Changelog: tox-dev/tox@4.56.3...4.56.4
v4.56.3Compare Source
What's Changed
New Contributors
Full Changelog: tox-dev/tox@4.56.2...4.56.3
v4.56.2Compare Source
What's Changed
Full Changelog: tox-dev/tox@4.56.1...4.56.2
python/typing_extensions (typing-extensions)
v4.16.0Compare Source
No user-facing changes since 4.16.0rc2.
astral-sh/uv (uv)
v0.11.28Compare Source
Released on 2026-07-07.
Security
This release updates our ZIP library, astral-async-zip, to v0.0.20, which includes 15 changes that harden our ZIP handling against parser differentials. uv may reject ZIP archives with malformed or ambiguous content that were previously accepted.
See the upstream commits for a full list of changes.
Python
Enhancements
-qand-qq(#20163)uv builderrors (#20159)Performance
uv pip install(#19914)Bug fixes
--upgradewhenupgrade-packageis configured (#19955)uv treein dependency-group-only projects (#20167)v0.11.27Compare Source
Released on 2026-07-06.
Enhancements
--python-downloads-json-url(#16749)Preview features
uv workspace list --scripts(#20099)Performance
requires-pythonspecifiers in Simple API parsing (#20104)Bug fixes
packagestable for pylock.toml (#20145)uv pip tree(#20062)uv add --indexupdates an existing index URL (#19818)Other changes
pubAPIs used in Pixi (#20074)Configuration
📅 Schedule: (in timezone UTC)
* 0-3 * * 1)🚦 Automerge: Enabled.
♻ 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.