-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update dependencies: * Update pre-commit requirement from ~=3.3 to ~=3.4 * Update pylint requirement from ~=2.17 to ~=3.0 Update GH Actions: * Bump actions/checkout from 3 to 4 * Bump chuhlomin/render-template from 1.7 to 1.8 Update pre-commit hooks. Ensure Python 3.7 is supported throughout. Pass 'python-version' input to GH Action actions/setup-python as a string, not a float. Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information
1 parent
5a0594c
commit f4c0bb3
Showing
8 changed files
with
23 additions
and
19 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
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
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
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 @@ | ||
EMMOntoPy>=0.2.0,<1 | ||
PyCifRW>=4.4.3,<5 | ||
EMMOntoPy>=0.6.0,<1 | ||
PyCifRW>=4.4.5,<5 |
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,5 +1,6 @@ | ||
pre-commit~=2.21; python_version<"3.8" | ||
pre-commit~=3.3; python_version>="3.8" | ||
pylint~=2.17 | ||
pre-commit~=3.4; python_version>="3.8" | ||
pylint>=2.13.9,<3; python_version<"3.8" | ||
pylint~=3.0; python_version>="3.8" | ||
pytest~=7.4 | ||
pytest-cov~=4.1 |