Skip to content

Commit

Permalink
Update to Darkgraylib 1.1.1
Browse files Browse the repository at this point in the history
This fixes README `--help` formatting when re-generating it.
  • Loading branch information
akaihola committed Mar 27, 2024
1 parent 55773ed commit 393ba8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Added
- Support for Python 3.12 in the package metadata and the CI build.
- Update to Black 24.2.x and isort 5.13.x in pre-commit configuration.
- Test against Flynt ``master`` branch in the CI build.
- Update to Darkgraylib 1.1.1 to get fixes for README formatting.

Removed
-------
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ packages = find:
install_requires =
# NOTE: remember to keep `constraints-oldest.txt` in sync with these
black>=22.3.0
darkgraylib~=1.1.0
darkgraylib~=1.1.1
graylint~=1.0.1
toml>=0.10.0
# NOTE: remember to keep `.github/workflows/python-package.yml` in sync
Expand Down

0 comments on commit 393ba8a

Please sign in to comment.