Skip to content

Commit

Permalink
Update to Darkgraylib 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
akaihola committed Jul 31, 2024
1 parent 971e1c2 commit 3278010
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`.
black==22.3.0
darkgraylib @ git+https://github.com/akaihola/darkgraylib@cmdline-fail-exit-code-3
darkgraylib==2.0.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 @@ -29,7 +29,7 @@ packages = find:
install_requires =
# NOTE: remember to keep `constraints-oldest.txt` in sync with these
black>=22.3.0
darkgraylib @ git+https://github.com/akaihola/darkgraylib@cmdline-fail-exit-code-3
darkgraylib~=2.0.0
graylint~=1.1.2
toml>=0.10.0
# NOTE: remember to keep `.github/workflows/python-package.yml` in sync
Expand Down

0 comments on commit 3278010

Please sign in to comment.