-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use stable dev requirements, and the lowest possible install requirem…
…ents in the versions test
- Loading branch information
1 parent
41d828b
commit b124fa2
Showing
3 changed files
with
16 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
packaging >= 20.5 | ||
packaging >= 22 | ||
pip >= 23.2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
actionlint-py | ||
mypy | ||
pyenchant | ||
pylint | ||
pyproject-fmt | ||
pyright | ||
pyroma | ||
pytest | ||
pytest-cov | ||
ruamel.yaml | ||
actionlint-py==1.6.26.11 | ||
mypy==1.8.0 | ||
pyenchant==3.2.2 | ||
pylint==3.0.3 | ||
pyproject-fmt==1.7.0 | ||
pyright==1.1.350 | ||
pyroma==4.2 | ||
pytest==8.0.1 | ||
pytest-cov==4.1.0 | ||
ruamel.yaml==0.18.6 | ||
ruff==0.2.1 | ||
types-setuptools | ||
types-setuptools==69.1.0.20240217 |