chore(deps): update black requirement from ==25.* to ==26.*#267
Closed
dependabot[bot] wants to merge 1 commit into
Closed
chore(deps): update black requirement from ==25.* to ==26.*#267dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Updates the requirements on [black](https://github.com/psf/black) to permit the latest version. - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](psf/black@25.1.0...26.5.1) --- updated-dependencies: - dependency-name: black dependency-version: 26.5.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/pip/black-eq-26.star
branch
from
July 2, 2026 00:50
cb5ccca to
9426564
Compare
leongdl
added a commit
that referenced
this pull request
Jul 2, 2026
…ytest 9.1) Combines dependabot PRs #267, #269, #270: - black 25.* -> 26.* (#267) - mypy 1.19.* -> 2.1.* (#269) - pytest 9.0.* -> 9.1.* (#270) black 26 and mypy 2 dropped Python 3.9 (require >=3.10). Pinned via environment markers so the 3.9 CI job keeps the last 3.9-compatible versions while 3.10+ gets the upgraded majors (matching the existing pytest marker pattern). Applied black 26 reformatting. pytest 9.1 reworked log capture for non-propagating loggers (pytest changelog #3697). The mock_getLogger fixture patched the global logging.getLogger, which broke caplog's handler installation on 9.1 and caused 7 test_entrypoint.py failures. Fixed by patching EntryPoint._init_loggers instead, which works on both pytest 8.4 (py3.9) and 9.1 (py3.10+). Verified: ruff, black, mypy 2.1.0, and 475 unit tests pass. Signed-off-by: David Leong <116610336+leongdl@users.noreply.github.com>
Contributor
Author
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
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.
Updates the requirements on black to permit the latest version.
Release notes
Sourced from black's releases.
Changelog
Sourced from black's changelog.
... (truncated)
Commits
87928e6Prepare release 26.5.1 (#5140)c970a49Preserve comments before fmt: skip lines (#5139)5809338Preserve inline comments inside annotation subscripts (#5130)61361b7docs: add Neovim integration guide and fix http link (#5124)ebe6018CI Hotfixes (#5136)9cbd95fFix publish binaries again on Windows (#5134)3dc8e6cAdd new changelog (#5132)6d0fff0Fix publish binaries workflow (#5133)d2490e2Prepare release 26.5.0 (#5131)2b13ea7Preserve multiline headers with fmt skip (#5117)