From 9d1b532805b4a15a2b5d10fa6302d2f0c5daa816 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 May 2023 06:02:36 +0000 Subject: [PATCH 1/2] Bump chuhlomin/render-template from 1.6 to 1.7 (#136) Bumps [chuhlomin/render-template](https://github.com/chuhlomin/render-template) from 1.6 to 1.7. - [Release notes](https://github.com/chuhlomin/render-template/releases) - [Commits](https://github.com/chuhlomin/render-template/compare/v1.6...v1.7) --- updated-dependencies: - dependency-name: chuhlomin/render-template dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/ci_dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From 2d8a7ff11a1611713eca0058d72c8c3d169b747b Mon Sep 17 00:00:00 2001 From: "TEAM 4.0[bot]" Date: Wed, 17 May 2023 06:38:50 +0000 Subject: [PATCH 2/2] Update `pre-commit` hooks --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/.*$