From 7d3f72a9c440b2eed35a328ad2132a3defe80f67 Mon Sep 17 00:00:00 2001 From: "TEAM 4.0[bot]" Date: Wed, 6 Apr 2022 09:22:47 +0200 Subject: [PATCH] [Auto-generated] Update dependencies (#45) 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> --- .github/workflows/ci_tests.yml | 4 ++-- requirements_dev.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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