chore(deps): update all non-major dependencies#3397
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
cee2185 to
8f119a2
Compare
7366aa6 to
654968c
Compare
654968c to
f98d599
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:
v10.2.0→v10.3.0==26.3.1→==26.5.1v6.0.0→v6.0.1==4.15.0→==4.16.2v4.15.0→v4.16.2==7.13.5→==7.14.0v6.0.0→v6.0.143.141.2→43.150.0==5.0.0→==5.1.026.3.1→26.5.13.12-alpine→3.14-alpine3.12-alpine→3.14-alpine==2.33.1→==2.34.2==0.26.0→==0.26.1==6.0.12.20260408→==6.0.12.20260518==2.33.0.20260503→==2.33.0.20260518==82.0.0.20260408→==82.0.0.20260518Note: 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
actions/stale (actions/stale)
v10.3.0Compare Source
psf/black (black)
v26.5.1Compare Source
Stable style
an inline comment (e.g.
x: list[ # pyright: ignore[...]) (#5130)# type: ignore) immediately before a# fmt: skipline, avoiding AST equivalence failures (#5139)Packaging
Documentation
(#5124)
v26.5.0Compare Source
Highlights
both new syntactic features in Python 3.15 (#5048)
performance may be slower than on existing Python versions. Wheels will be provided
once Python 3.15 is later in its release cycle. (#5127)
Stable style
# fmt: skipbeing ignored in nestedifexpressions with parenthesizedinclauses (#4903)
# fmt: offcomment inside brackets (#5097)# fmt: skipis placed on thecolon line (#5117)
Preview style
groups of same-name decorated functions (such as
@overloadgroups) in.pyistubfiles (#5021)
.pyistubfiles (#5092)
(e.g.
# type: ignore) follows the closing bracket (#5096)Packaging
Output
(#5068)
SourceASTParseErrorto distinguish source parse failures from internal safetyerrors, improving error reporting when Black's lenient parser accepts input that
ast.parse()rejects (#5080)Blackd
HTTP 500 only for genuine internal safety errors (#5080)
Integrations
match (#4916)
Documentation
(#5063)
sublackplugin is archived andunmaintained (#5082)
codecov/codecov-action (codecov/codecov-action)
v6.0.1Compare Source
commitizen-tools/commitizen (commitizen)
v4.16.2Compare Source
v4.16.2 (2026-05-15)
Fix
v4.16.1Compare Source
v4.16.1 (2026-05-15)
Fix
v4.16.0Compare Source
v4.16.0 (2026-05-12)
Feat
v4.15.1Compare Source
v4.15.1 (2026-05-06)
Fix
coveragepy/coveragepy (coverage)
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:
dessant/lock-threads (dessant/lock-threads)
v6.0.1Compare Source
Learn more about this release from the changelog.
maxbrunet/pre-commit-renovate (maxbrunet/pre-commit-renovate)
v43.150.0Compare Source
See https://github.com/renovatebot/renovate/releases/tag/43.150.0 for more changes
executablebooks/MyST-Parser (myst-parser)
v5.1.0Compare Source
✨ New Features
"alert"syntax extension for GFM alerts (e.g.> [!NOTE]), see by gh-user:chrisjsewell in gh-pr:1128"gfm_autolink"syntax extension for GFM autolinks, see by gh-user:chrisjsewell in gh-pr:1128myst_strikethrough_single_tildeconfig option to allow single tilde (~) for strikethrough by gh-user:chrisjsewell in gh-pr:1128myst_colon_fence_exact_matchconfig option to require the closing colon fence to have exactly the same number of colons as the opening, see by gh-user:chrisjsewell in gh-pr:1128👌 Improvements
myst_gfm_onlymode to use the unifiedgfm_plugin, which now includes GFM autolinks, alerts, and improved strikethrough/tasklist handling by gh-user:chrisjsewell in gh-pr:1128🐛 Bug Fixes
&in Markdown URLs by not HTML-escapingrefuriby gh-user:chrisjsewell in gh-pr:1126RemovedInSphinx10Warningfor inventory item iteration by gh-user:chrisjsewell in gh-pr:1129mdit-py-plugins>=0.6.1for nested field list fix by gh-user:chrisjsewell in gh-pr:1134⬆️ Dependency Upgrades
markdown-it-py~=4.2andmdit-py-plugins~=0.6by gh-user:chrisjsewell in gh-pr:1128<2.20to<2.21by gh-user:chrisjsewell in gh-pr:1117Full Changelog: v5.0.0...v5.1.0
psf/requests (requests)
v2.34.2Compare Source
headersinput type back toMappingto avoid invariance issueswith
MutableMappingand inferred dict types. Users callingRequest.headers.update()may need to narrow typing in their code. (#7441)v2.34.1Compare Source
Bugfixes
jsoninput type fromdictandlisttoMappingand
Sequence. (#7436)headersinput type to MutableMapping and removedNonefromRequest.headerstyping to improve handling for users. (#7431)Response.reasonmoved fromstr | Nonetostrto improve handlingfor users. (#7437)
__getattr__implementationsweren't being properly detected as Iterables. (#7433)
v2.34.0Compare Source
Announcements
Requests 2.34.0 introduces inline types, replacing those provided by
typeshed. Public API types should be fully compatible with mypy, pyright,
and ty. We believe types are comprehensive but if you find issues, please
report them to the pinned tracking issue.
Special thanks to @bastimeyer, @cthoyt, @edgarrmondragon, and @srittau for
helping review and test the types ahead of the release. (#7272)
Improvements
usedforsecurity=Falseto clarifysecurity considerations. (#7310)
should be able to start testing prior to its release in October. (#7422)
Bugfixes
Response.historyno longer contains a reference to itself, preventingaccidental looping when traversing the history list. (#7328)
proxy_bypass implementation has been updated with CPython's fix from
bpo-39057. (#7427)
URI paths. This should address user issues with specific presigned
URLs. Note the full fix requires urllib3 2.7.0+. (#7315)
getsentry/responses (responses)
v0.26.1Compare Source
README.es.rst)content_typeandheaders['content-type']are in a response mock file,content_typeis now used.matching.
Configuration
📅 Schedule: (UTC)
* 0-3 * * 1)🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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.