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 ffdb247 commit 5cebbce
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/mypy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- run: |
pip install -U \
black \
git+https://github.com/akaihola/darkgraylib.git@cmdline-fail-exit-code-3 \
git+https://github.com/akaihola/darkgraylib.git@main \
flynt \
git+https://github.com/akaihola/graylint.git@main \
isort \
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
run: |
pip install -U \
black \
git+https://github.com/akaihola/darkgraylib.git@cmdline-fail-exit-code-3 \
git+https://github.com/akaihola/darkgraylib.git@main \
defusedxml \
git+https://github.com/akaihola/graylint.git@main \
pip-requirements-parser \
Expand Down
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 5cebbce

Please sign in to comment.