generated from Sage-Bionetworks-IT/lambda-template
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[IT-3819] Address dependabot findings
Update dependencies to address dependabot findings and update to the latest version of python. Also update github actions with changes from lambda-template including formatting README.md with mdformat.
- Loading branch information
1 parent
fdc9b1f
commit e125350
Showing
4 changed files
with
414 additions
and
368 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ jobs: | |
- name: Set up Python | ||
uses: actions/setup-python@v4 | ||
with: | ||
python-version: 3.9 | ||
python-version: 3.12 | ||
- uses: pre-commit/[email protected] | ||
|
||
pytest: | ||
|
@@ -23,13 +23,15 @@ jobs: | |
- name: Set up Python | ||
uses: actions/setup-python@v4 | ||
with: | ||
python-version: 3.9 | ||
python-version: 3.12 | ||
- run: pip install -U pipenv | ||
- run: pipenv install --dev | ||
- run: pipenv sync --dev | ||
- run: pipenv run coverage run -m pytest tests/ -svv | ||
- run: pipenv run coverage lcov | ||
- name: upload coverage to coveralls | ||
uses: coverallsapp/github-action@v2 | ||
with: | ||
file: coverage.lcov | ||
fail-on-error: false | ||
|
||
sam-build-and-lint: | ||
|
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
Oops, something went wrong.