Skip to content

Commit

Permalink
Require black>=22.3.0
Browse files Browse the repository at this point in the history
This simplifies our local implementation of `find_pyproject_toml()`.
  • Loading branch information
akaihola committed Mar 8, 2024
1 parent b26bdb9 commit 5f3e0b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion constraints-oldest.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# interpreter and Python ependencies. Keep this up-to-date with minimum
# versions in `setup.cfg`.
airium==0.2.3
black==21.8b0
black==22.3.0
defusedxml==0.7.1
flake8-2020==1.6.1
flake8-bugbear==22.1.11
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ package_dir =
packages = find:
install_requires =
# NOTE: remember to keep `constraints-oldest.txt` in sync with these
black>=21.5b1
black>=22.3.0
darkgraylib @ git+https://github.com/akaihola/darkgraylib.git@main
graylint @ git+https://github.com/akaihola/graylint.git@main
toml>=0.10.0
Expand Down

0 comments on commit 5f3e0b7

Please sign in to comment.