Skip to content

Update black to v26.3.1 with Python >=3.10 constraint#716

Open
brianegge wants to merge 2 commits intoctalkington:masterfrom
brianegge:renovate/pypi-black-vulnerability
Open

Update black to v26.3.1 with Python >=3.10 constraint#716
brianegge wants to merge 2 commits intoctalkington:masterfrom
brianegge:renovate/pypi-black-vulnerability

Conversation

@brianegge
Copy link

Summary

Context

Renovate PR #714 failed because black 26.3.1 requires Python >=3.10, but this project supports >=3.9. This PR fixes the issue by adding a Python version marker, similar to how async-timeout is already constrained.

Test plan

  • CI passes for all Python versions (3.9, 3.10, 3.11)
  • black linting check passes on Python >=3.10

🤖 Generated with Claude Code

renovate bot and others added 2 commits March 12, 2026 21:58
black 26.3.1 requires Python >=3.10, but the project supports >=3.9.
Add a Python version constraint so poetry can resolve dependencies for
all supported Python versions.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant