diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml index 6496f03..17e9b47 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -39,9 +39,10 @@ jobs: mypy --install-types --non-interactive . - name: Upload code coverage to Codecov if: ${{ matrix.python-version==3.8 }} - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos - file: ./coverage.xml + files: ./coverage.xml name: codecov-umbrella fail_ci_if_error: true + verbose: true diff --git a/dev-requirements.txt b/dev-requirements.txt index 470a0aa..f92ec18 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -36,7 +36,7 @@ docutils==0.19 # readme-renderer exceptiongroup==1.2.0 # via pytest -idna==3.4 +idna==3.7 # via requests importlib-metadata==5.1.0 # via @@ -107,7 +107,7 @@ pytest-runner==6.0.0 # via -r dev-requirements.in readme-renderer==37.3 # via twine -requests==2.31.0 +requests==2.32.0 # via # requests-toolbelt # twine