From beb4a97b26cfdd615f92aadd2f85135f3e58a638 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 3 Oct 2024 16:33:16 +0000 Subject: [PATCH] chore(deps): update dependency https://github.com/dafyddj/copier-bootstrap to v2.2.1 --- .copier-answers.yml | 2 +- .github/workflows/main.yml | 13 ++++++++++--- .pre-commit-config.yaml | 2 +- 3 files changed, 12 insertions(+), 5 deletions(-) diff --git a/.copier-answers.yml b/.copier-answers.yml index ac74d72..547e62c 100644 --- a/.copier-answers.yml +++ b/.copier-answers.yml @@ -1,4 +1,4 @@ # Changes here will be overwritten by Copier; NEVER EDIT MANUALLY -_commit: v2.1.5 +_commit: v2.2.1 _src_path: https://github.com/dafyddj/copier-bootstrap template_name: copier-bootstrap diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f8fe1c9..7a741af 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -26,7 +26,7 @@ jobs: runs-on: ubuntu-latest env: # renovate: datasource=github-releases depName=actions/python-versions extractVersion=^(?\S+)-\d+$ - PYTHON_VERSION: 3.12.6 + PYTHON_VERSION: 3.12.7 steps: - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 - uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0 @@ -38,6 +38,11 @@ jobs: needs: should-run if: fromJSON(needs.should-run.outputs.should-run) runs-on: ubuntu-latest + env: + # renovate: datasource=pypi depName=copier + COPIER_VERSION: 9.3.1 + # renovate: datasource=pypi depName=texttest + TEXTTEST_VERSION: 4.3.1 steps: - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 with: @@ -50,8 +55,8 @@ jobs: detached: true - name: Install test dependencies run: | - pipx install copier - pipx install texttest + pipx install copier==$COPIER_VERSION + pipx install texttest==$TEXTTEST_VERSION - name: Run `texttest` run: texttest -b results: @@ -61,6 +66,8 @@ jobs: - test permissions: contents: write + issues: write + pull-requests: write runs-on: ubuntu-latest steps: - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7195556..f7cfcaf 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,7 +9,7 @@ repos: args: [--assume-in-merge] - id: check-yaml - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.29.2 + rev: 0.29.3 hooks: - id: check-github-workflows name: Check GitHub workflows with check-jsonschema