chore(deps): update all non-major dependencies - #48
Open
khepri-bot[bot] wants to merge 1 commit into
Open
khepri-bot[bot] wants to merge 1 commit into
khepri-bot[bot] wants to merge 1 commit into
Conversation
khepri-bot
Bot
force-pushed
the
renovate/all-non-major-dependencies
branch
5 times, most recently
from
September 12, 2026 15:37
b639e51 to
6226cbc
Compare
khepri-bot
Bot
force-pushed
the
renovate/all-non-major-dependencies
branch
from
September 14, 2026 23:55
6226cbc to
2c188f3
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:
v4.37.7→v4.37.9v4.38.0==4.0.7→==4.0.8==0.16.3→==0.16.50.16.7(+1)==4.60.0→==4.61.24.61.4(+1)Release Notes
github/codeql-action (github/codeql-action)
v4.37.9Compare Source
v4.37.8Compare Source
No user facing changes.
pylint-dev/pylint (pylint)
v4.0.8Compare Source
What's new in Pylint 4.0.8?
Release date: 2026-08-29
False Positives Fixed
Fix a false positive for :ref:
unspecified-encodingwhen anopencall uses a modeargument that cannot be inferred.
Closes #10201
Fix a false positive for
invalid-name(C0103) on names assigned in anif __name__ == "__main__":block. Such a block reads like a script body, soa name there is now accepted if it matches either the constant or the variable
naming style.
Closes #10766
Fix false positives for :ref:
invalid-str-returned, :ref:invalid-repr-returned,:ref:
invalid-format-returned, :ref:invalid-bytes-returned, :ref:invalid-hash-returned,:ref:
invalid-index-returned, :ref:invalid-length-returned,:ref:
invalid-length-hint-returned, :ref:invalid-getnewargs-returnedand:ref:
invalid-getnewargs-ex-returnedwhen the returned value is an instance of asubclass of the expected builtin type, such as
selfin astrsubclass or anamedtuple.Closes #11306
Fix false positives for :ref:
bad-string-format-typewhen the argument is aninstance of a subclass of
int,floatorstr, such asboolor anIntEnummember formatted with%d.Closes #11315
False Negatives Fixed
redundant-unittest-assertnow also flagsassertEqualandassertNotEqualwhen both compared values are constants, e.g.
self.assertEqual(5, 5).Closes #11321
Other Bug Fixes
Fix a crash in the
docparamsextension when a raised name does not infer to an exception, such asraise sumorraise some_module. Such objects have noancestors(), which aborted the whole file with anastroid-errorfatal message.Closes #11228
Fix a crash in the
use-yield-fromchecker (AttributeError: 'Subscript' object has no attribute 'name') when a loop target is a subscript, attribute, or tuple.Closes #11286
Fix a crash in the
docparamsextension (AttributeError: 'AssignName' object has no attribute 'decorators') when a class has non-function attributes sharing the name of a property setter.Closes #11287
Other Changes
Upgrade the
isortupper bound soisort9 can be installed alongside pylint.Closes #11351
astral-sh/ruff (ruff)
v0.16.5Compare Source
Released on 2026-08-27.
Preview features
Bug fixes
flake8-async] Detect blocking generic HTTP requests (ASYNC210) (#28024)flake8-datetimez] Allow timezone-safestrptimechains (DTZ007) (#28023)flake8-simplify] Respect side effects inlambdadefaults (SIM401) (#28000)Server
ClientOptionsdoc comment (#27978)Documentation
Contributors
v0.16.4Compare Source
Released on 2026-08-20.
Preview features
flake8-use-pathlib] Add autofix forPTH116(#26460)refurb] Restrictdelete-full-sliceto lists (FURB131) (#27711)refurb] SkipFURB101andFURB103when theopenargument is a file descriptor (#27643)Bug fixes
InvalidInstructionon Windows CPUs that do not supportPOPCNT(#27803)pyflakes] Emit semantic syntax errors in string type definitions asF722(#27835)pylint] Allowos._exitimports inimport-private-name(PLC2701) (#27738)Rule changes
ruff] Addctypes.LittleEndianStructureand related types to existing exception (RUF012) (#27753)nonlocal(#27628)Server
Documentation
Other changes
Contributors
tox-dev/tox (tox)
v4.61.2Compare Source
What's Changed
New Contributors
Full Changelog: tox-dev/tox@4.61.1...4.61.2
v4.61.1Compare Source
What's Changed
Full Changelog: tox-dev/tox@4.61.0...4.61.1
v4.61.0Compare Source
What's Changed
Full Changelog: tox-dev/tox@4.60.1...4.61.0
v4.60.1Compare Source
What's Changed
New Contributors
Full Changelog: tox-dev/tox@4.60.0...4.60.1
Configuration
📅 Schedule: (in timezone America/New_York)
* 0-8 * * 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 has been generated by Mend Renovate CLI.