Conversation
Bumps [psf/black](https://github.com/psf/black) from 24.8.0 to 26.3.0. - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](psf/black@24.8.0...26.3.0) --- updated-dependencies: - dependency-name: psf/black dependency-version: 26.3.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
There was a problem hiding this comment.
Pull request overview
Updates the Black formatter used in CI and applies formatting-only cleanups, but also introduces broader Python version support and tooling configuration changes that don’t match the PR title/description.
Changes:
- Bump
psf/blackGitHub Action from24.8.0to26.3.0and widen the dev requirement toblack < 27.0.0. - Remove a few stray blank lines (formatting-only) in samples and package modules.
- Update Python version classifiers / minimum version metadata and expand the CI Python matrix (notably including 3.14).
Reviewed changes
Copilot reviewed 11 out of 11 changed files in this pull request and generated 5 comments.
Show a summary per file
| File | Description |
|---|---|
setup.py |
Updates Python classifiers and bumps python_requires to >=3.10. |
pyproject.toml |
Updates Python classifiers (but leaves requires-python unchanged). |
mypy.ini |
Changes mypy target python_version to 3.14. |
dev_requirements.txt |
Updates Black version constraint to allow 26.x. |
.github/workflows/validate.yml |
Bumps psf/black action version and changes the Python test matrix to 3.10–3.14. |
samples/feature_variant_sample_with_telemetry.py |
Removes an extra blank line. |
samples/feature_variant_sample_with_targeting_accessor.py |
Removes an extra blank line. |
samples/feature_variant_sample.py |
Removes an extra blank line. |
featuremanagement/azuremonitor/__init__.py |
Removes an extra blank line. |
featuremanagement/_time_window_filter/_recurrence_validator.py |
Removes an extra blank line. |
featuremanagement/_featuremanagerbase.py |
Removes an extra blank line. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
mrm9084
approved these changes
Mar 9, 2026
rossgrambo
approved these changes
Mar 9, 2026
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.
Bumps psf/black from 24.8.0 to 26.3.0.
Release notes
Sourced from psf/black's releases.
... (truncated)
Changelog
Sourced from psf/black's changelog.
... (truncated)
Commits
35ea679Prepare release 26.3.0 (#5032)4d81750Remove gallery/ (#5030)0a2560bHarden Black action version parsing (#5031)deab5d6Revert "Bump hatch from 1.15.1 to 1.16.4" (#5028)2beece7Bump hatch from 1.15.1 to 1.16.4 (#5020)d764c0bBump actions/upload-artifact from 6.0.0 to 7.0.0 (#5024)f5be8e0Bump actions/download-artifact from 7.0.0 to 8.0.0 (#5019)8b9d3e3add winloop support and remove deprecated functionality from uvloop (#4996)457320a[pre-commit.ci] pre-commit autoupdate (#5018)4da809eDo not encourage the use of an obsolete GitHub Actions (#5016)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.