Skip to content

Commit

Permalink
[Auto-generated] Update dependencies (#45)
Browse files Browse the repository at this point in the history
Update dependencies:

* Update pre-commit requirement from ~=2.17 to ~=2.18 (#43)

Update GH Actions:

* Bump codecov/codecov-action from 2 to 3 (#44)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
TEAM4-0 and dependabot[bot] authored Apr 6, 2022
1 parent f4ce705 commit 7d3f72a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:

- name: Upload coverage to Codecov
if: matrix.python-version == 3.9 && github.repository == 'EMMC-ASBL/oteapi-dlite'
uses: codecov/codecov-action@v2
uses: codecov/codecov-action@v3
with:
files: coverage.xml
flags: linux
Expand Down Expand Up @@ -140,7 +140,7 @@ jobs:

- name: Upload coverage to Codecov
if: matrix.python-version == 3.9 && github.repository == 'EMMC-ASBL/oteapi-dlite'
uses: codecov/codecov-action@v2
uses: codecov/codecov-action@v3
with:
files: coverage.xml
flags: windows
Expand Down
2 changes: 1 addition & 1 deletion requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pre-commit~=2.17
pre-commit~=2.18
pylint~=2.13
pytest~=7.1
pytest-cov~=3.0

0 comments on commit 7d3f72a

Please sign in to comment.