diff --git a/.github/workflows/ci_dependabot.yml b/.github/workflows/ci_dependabot.yml index b6bdf5c7..f3e967fc 100644 --- a/.github/workflows/ci_dependabot.yml +++ b/.github/workflows/ci_dependabot.yml @@ -81,7 +81,7 @@ jobs: - name: Fetch PR body id: pr_body - uses: chuhlomin/render-template@v1.6 + uses: chuhlomin/render-template@v1.7 with: template: .github/utils/single_dependency_pr_body.txt diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6febeb42..04d7a990 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -38,7 +38,7 @@ repos: files: ^oteapi_dlite/.*$ - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.2.0 + rev: v1.3.0 hooks: - id: mypy exclude: ^tests/.*$