diff --git a/.github/workflows/ci_tests.yml b/.github/workflows/ci_tests.yml index 14c7059a..9c882403 100644 --- a/.github/workflows/ci_tests.yml +++ b/.github/workflows/ci_tests.yml @@ -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 @@ -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 diff --git a/requirements_dev.txt b/requirements_dev.txt index c95677ca..9f6f4001 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -1,4 +1,4 @@ -pre-commit~=2.17 +pre-commit~=2.18 pylint~=2.13 pytest~=7.1 pytest-cov~=3.0