-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update action.yml to v3 and some dependencies
Since we're about to do a major version release, need to update action.yml to v3. Should have been done in #43 - [x] update action.yml to v3 - [x] update dependencies Signed-off-by: jmeridth <jmeridth@gmail.com>
- Loading branch information
Showing
3 changed files
with
7 additions
and
7 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
black==24.3.0 | ||
flake8==7.0.0 | ||
mypy==1.8.0 | ||
mypy==1.9.0 | ||
mypy-extensions==1.0.0 | ||
pylint==3.1.0 | ||
pytest==8.1.1 | ||
pytest-cov==5.0.0 | ||
types-requests==2.31.0.20240403 | ||
types-requests==2.31.0.20240406 |