chore(deps): update all non-major dependencies #3244
Merged
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:
v4.2.2
->v4.3.0
==4.9.0
->==4.10.0
==7.10.2
->==7.10.3
41.43.0
->41.62.2
==4.2.0
->==4.3.0
v3.3.7
->v3.3.8
==3.3.7
->==3.3.8
3.12-alpine
->3.13-alpine
3.12-alpine
->3.13-alpine
v10.3.0
->v10.3.1
v10.3.0
->v10.3.1
==0.25.7
->==0.25.8
==6.0.12.20250516
->==6.0.12.20250809
==2.32.4.20250611
->==2.32.4.20250809
==80.9.0.20250801
->==80.9.0.20250809
Note: The
pre-commit
manager in Renovate is not supported by thepre-commit
maintainers 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/checkout (actions/checkout)
v4.3.0
Compare Source
What's Changed
New Contributors
Full Changelog: actions/checkout@v4...v4.3.0
agronholm/anyio (anyio)
v4.10.0
Compare Source
feed_data()
method to theBufferedByteReceiveStream
class, allowing users to inject data directly into the bufferSocketListener.from_socket()
SocketStream.from_socket()
UNIXSocketStream.from_socket()
UDPSocket.from_socket()
ConnectedUDPSocket.from_socket()
UNIXDatagramSocket.from_socket()
ConnectedUNIXDatagramSocket.from_socket()
anyio.ContextManagerMixin
andanyio.AsyncContextManagerMixin
) to help write classes that embed other context managers, particularly cancel scopes or task groups (#905; PR by @agronholm and @tapetersen)start_blocking_portal()
(#818; PR by @davidbrochart)anyio.notify_closing
to allow wakinganyio.wait_readable
andanyio.wait_writable
before closing a socket. Among other things, this prevents an OSError on theProactorEventLoop
. (#896; PR by @graingert)to_interpreters
module to use the publicconcurrent.interpreters
API on Python 3.14 or lateranyio.Path.copy()
andanyio.Path.copy_into()
failing on Python 3.14.0a7__aexit__
on async context managers. CMs which can suppress exceptions should returnbool
, orNone
otherwise. (#913; PR by @Enegg)SpooledTemporaryFile
so that rollover only occurs when the buffer size exceedsmax_size
(#915; PR by @11kkw)anyio.to_interpreter
with Python 3.14.0b2 (#926; PR by @hroncok)SyntaxWarning
on Python 3.14 aboutreturn
infinally
(#816)BrokenWorkerIntepreter
exception toBrokenWorkerInterpreter
. The old name is available as a deprecated alias. (#938; PR by @ayussh-verma)CapacityLimiter
on asyncio where a task, waiting to acquire a limiter gets cancelled and is subsequently granted a token from the limiter, but before the cancellation is delivered, and then fails to notify the next waiting task (#947)nedbat/coveragepy (coverage)
v7.10.3
Compare Source
Fixes for
patch = subprocess
:If subprocesses spawned yet more subprocesses simultaneously, some coverage
could be missed. This is now fixed, closing
issue 2024
_.If subprocesses were created in other directories, their data files were
stranded there and not combined into the totals, as described in
issue 2025
_. This is now fixed.On Windows (or maybe only some Windows?) the patch would fail with a
ModuleNotFound
error trying to import coverage. This is now fixed,closing
issue 2022
_.Originally only options set in the coverage configuration file would apply
to subprocesses. Options set on the
coverage run
command line (such as--branch
) wouldn't be communicated to the subprocesses. This couldlead to combining failures, as described in
issue 2021
_. Now the entireconfiguration is used in subprocesses, regardless of its origin.
Added
debug=patch
to help diagnose problems.Fix: really close all SQLite databases, even in-memory ones. Closes
issue 2017
_... _issue 2017:https://github.com/nedbat/coveragepy/issues/20177
.. _issue 2021https://github.com/nedbat/coveragepy/issues/202121
.. _issue 202https://github.com/nedbat/coveragepy/issues/2022022
.. _issue 20https://github.com/nedbat/coveragepy/issues/20242024
.. _issue 2https://github.com/nedbat/coveragepy/issues/2025/2025
.. _changes_7-10-2:
maxbrunet/pre-commit-renovate (maxbrunet/pre-commit-renovate)
v41.62.2
Compare Source
See https://github.com/renovatebot/renovate/releases/tag/41.62.2 for more changes
v41.62.0
Compare Source
See https://github.com/renovatebot/renovate/releases/tag/41.62.0 for more changes
v41.61.1
Compare Source
See https://github.com/renovatebot/renovate/releases/tag/41.61.1 for more changes
v41.61.0
Compare Source
See https://github.com/renovatebot/renovate/releases/tag/41.61.0 for more changes
v41.60.4
Compare Source
See https://github.com/renovatebot/renovate/releases/tag/41.60.4 for more changes
v41.60.3
Compare Source
See https://github.com/renovatebot/renovate/releases/tag/41.60.3 for more changes
v41.60.2
Compare Source
See https://github.com/renovatebot/renovate/releases/tag/41.60.2 for more changes
v41.60.1
Compare Source
See https://github.com/renovatebot/renovate/releases/tag/41.60.1 for more changes
v41.60.0
Compare Source
See https://github.com/renovatebot/renovate/releases/tag/41.60.0 for more changes
v41.59.2
Compare Source
See https://github.com/renovatebot/renovate/releases/tag/41.59.2 for more changes
v41.59.1
Compare Source
See https://github.com/renovatebot/renovate/releases/tag/41.59.1 for more changes
v41.59.0
Compare Source
See https://github.com/renovatebot/renovate/releases/tag/41.59.0 for more changes
v41.58.2
Compare Source
See https://github.com/renovatebot/renovate/releases/tag/41.58.2 for more changes
v41.58.1
Compare Source
See https://github.com/renovatebot/renovate/releases/tag/41.58.1 for more changes
v41.58.0
Compare Source
See https://github.com/renovatebot/renovate/releases/tag/41.58.0 for more changes
v41.57.1
Compare Source
See https://github.com/renovatebot/renovate/releases/tag/41.57.1 for more changes
v41.57.0
Compare Source
See https://github.com/renovatebot/renovate/releases/tag/41.57.0 for more changes
v41.56.1
Compare Source
See https://github.com/renovatebot/renovate/releases/tag/41.56.1 for more changes
v41.56.0
Compare Source
See https://github.com/renovatebot/renovate/releases/tag/41.56.0 for more changes
v41.55.3
Compare Source
See https://github.com/renovatebot/renovate/releases/tag/41.55.3 for more changes
v41.55.2
Compare Source
See https://github.com/renovatebot/renovate/releases/tag/41.55.2 for more changes
v41.55.1
Compare Source
See https://github.com/renovatebot/renovate/releases/tag/41.55.1 for more changes
v41.55.0
Compare Source
See https://github.com/renovatebot/renovate/releases/tag/41.55.0 for more changes
v41.54.0
Compare Source
See https://github.com/renovatebot/renovate/releases/tag/41.54.0 for more changes
v41.53.1
Compare Source
See https://github.com/renovatebot/renovate/releases/tag/41.53.1 for more changes
v41.53.0
Compare Source
See https://github.com/renovatebot/renovate/releases/tag/41.53.0 for more changes
pre-commit/pre-commit (pre-commit)
v4.3.0
Compare Source
==================
Features
language: docker
/language: docker_image
: detect rootless docker.language: julia
: avoidstartup.jl
when executing hooks.language: dart
: support latest dart versions which require a higher sdklower bound.
pycqa/pylint (pycqa/pylint)
v3.3.8
Compare Source
What's new in Pylint 3.3.8?
Release date: 2025-08-09
This patch release includes an exceptional fix for a false negative issue. For details, see: https://github.com/pylint-dev/pylint/pull/10482#issuecomment-3164514082
False Positives Fixed
Fix false positives for
possibly-used-before-assignment
when variables are exhaustivelyassigned within a
match
block.Closes #9668
Fix false positive for
missing-raises-doc
andmissing-yield-doc
when the method length is less than docstring-min-length.Refs #10104
Fix a false positive for
unused-variable
when multiple except handlers bind the same name under a try block.Closes #10426
False Negatives Fixed
Fix false-negative for
used-before-assignment
withfrom __future__ import annotations
in function definitions.Refs #10482
Other Bug Fixes
Fix a bug in Pyreverse where aggregations and associations were included in diagrams regardless of the selected --filter-mode (such as PUB_ONLY, ALL, etc.).
Closes #10373
Fix double underscores erroneously rendering as bold in pyreverse's Mermaid output.
Closes #10402
pylint-dev/pylint (pylint)
v3.3.8
Compare Source
What's new in Pylint 3.3.8?
Release date: 2025-08-09
This patch release includes an exceptional fix for a false negative issue. For details, see: https://github.com/pylint-dev/pylint/pull/10482#issuecomment-3164514082
False Positives Fixed
Fix false positives for
possibly-used-before-assignment
when variables are exhaustivelyassigned within a
match
block.Closes #9668
Fix false positive for
missing-raises-doc
andmissing-yield-doc
when the method length is less than docstring-min-length.Refs #10104
Fix a false positive for
unused-variable
when multiple except handlers bind the same name under a try block.Closes #10426
False Negatives Fixed
Fix false-negative for
used-before-assignment
withfrom __future__ import annotations
in function definitions.Refs #10482
Other Bug Fixes
Fix a bug in Pyreverse where aggregations and associations were included in diagrams regardless of the selected --filter-mode (such as PUB_ONLY, ALL, etc.).
Closes #10373
Fix double underscores erroneously rendering as bold in pyreverse's Mermaid output.
Closes #10402
python-semantic-release/publish-action (python-semantic-release/publish-action)
v10.3.1
Compare Source
v10.3.1 (2025-08-06)
Build System
python-semantic-release
from 10.3.0 to 10.3.1 (#75,d0eb730
)Detailed Changes: v10.3.0...v10.3.1
python-semantic-release/python-semantic-release (python-semantic-release/python-semantic-release)
v10.3.1
Compare Source
====================
🪲 Bug Fixes
#1307
_ (PR#1308
,5385724
)📖 Documentation
#1303
_(
PR#1309
,8efebe2
).. _#1303:https://github.com/python-semantic-release/python-semantic-release/issues/13033
.. _#1307https://github.com/python-semantic-release/python-semantic-release/issues/130707
.. _5385724: python-semantic-release/python-semantic-release@5385724
.. _8efebe2: python-semantic-release/python-semantic-release@8efebe2
.. _PR#1https://github.com/python-semantic-release/python-semantic-release/pull/1308/1308
.. _PR#https://github.com/python-semantic-release/python-semantic-release/pull/1309l/1309
.. _changelog-v10.3.0:
getsentry/responses (responses)
v0.25.8
Compare Source
Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule defined).
🚦 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.