mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-07-24 01:44:31 +02:00
Bump minimum black version to 26.1.0
Black 26.1.0 introduced new formatting rules that affect this codebase. Pin to >=26.1.0 to ensure consistent formatting across all environments. Black 26.1.0 requires Python >=3.10 which matches this project's minimum.
This commit is contained in:
parent
cb33bec699
commit
8bddd3ccfe
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ dependencies = [
|
|||
|
||||
[dependency-groups]
|
||||
dev = [
|
||||
"black>=24.1.1",
|
||||
"black>=26.1.0",
|
||||
"cogapp",
|
||||
"hypothesis",
|
||||
"pytest",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue