From a0be021eff8fd244baf238fea4f0b1eb8ee4962b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 24 Sep 2026 23:43:01 +0000 Subject: [PATCH] Update dependency https://github.com/DiamondLightSource/python-copier-template.git to v5.4.0 --- .copier-answers.yml | 2 +- .github/CONTRIBUTING.md | 2 +- .github/workflows/_dist.yml | 2 +- .github/workflows/_test.yml | 2 +- .github/workflows/_tox.yml | 2 +- pyproject.toml | 1 - renovate.json | 11 +++++++++++ 7 files changed, 16 insertions(+), 6 deletions(-) diff --git a/.copier-answers.yml b/.copier-answers.yml index 27460e9..a53454c 100644 --- a/.copier-answers.yml +++ b/.copier-answers.yml @@ -1,5 +1,5 @@ # Changes here will be overwritten by Copier -_commit: 5.3.0 +_commit: 5.4.0 _src_path: https://github.com/DiamondLightSource/python-copier-template.git author_email: tim.burd@diamond.ac.uk author_name: Timothy Burd diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index e5718cb..26379ef 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -24,4 +24,4 @@ It is recommended that developers use a [vscode devcontainer](https://code.visua This project was created using the [Diamond Light Source Copier Template](https://github.com/DiamondLightSource/python-copier-template) for Python projects. -For more information on common tasks like setting up a developer environment, running the tests, and setting a pre-commit hook, see the template's [How-to guides](https://diamondlightsource.github.io/python-copier-template/5.3.0/how-to.html). +For more information on common tasks like setting up a developer environment, running the tests, and setting a pre-commit hook, see the template's [How-to guides](https://diamondlightsource.github.io/python-copier-template/5.4.0/how-to.html). diff --git a/.github/workflows/_dist.yml b/.github/workflows/_dist.yml index 0d163c8..3b6d83f 100644 --- a/.github/workflows/_dist.yml +++ b/.github/workflows/_dist.yml @@ -13,7 +13,7 @@ jobs: fetch-depth: 0 - name: Install uv - uses: astral-sh/setup-uv@v8.3.2 + uses: astral-sh/setup-uv@v10.0.0 - name: Build sdist and wheel run: > diff --git a/.github/workflows/_test.yml b/.github/workflows/_test.yml index 366ec47..8ebceb8 100644 --- a/.github/workflows/_test.yml +++ b/.github/workflows/_test.yml @@ -27,7 +27,7 @@ jobs: fetch-depth: 0 - name: Install uv - uses: astral-sh/setup-uv@v8.3.2 + uses: astral-sh/setup-uv@v10.0.0 - name: Run tests run: uv run --locked tox -e tests diff --git a/.github/workflows/_tox.yml b/.github/workflows/_tox.yml index 2a3c4bb..e7abe84 100644 --- a/.github/workflows/_tox.yml +++ b/.github/workflows/_tox.yml @@ -16,7 +16,7 @@ jobs: uses: actions/checkout@v7 - name: Install uv - uses: astral-sh/setup-uv@v8.3.2 + uses: astral-sh/setup-uv@v10.0.0 - name: Run tox run: uv run --locked tox -e ${{ inputs.tox }} diff --git a/pyproject.toml b/pyproject.toml index 0e57afd..435a590 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,6 @@ requires-python = ">=3.11" [dependency-groups] dev = [ - "copier", "pre-commit", "pyright", "pytest", diff --git a/renovate.json b/renovate.json index 9f40897..777b6f1 100644 --- a/renovate.json +++ b/renovate.json @@ -34,6 +34,17 @@ "github-actions" ], "enabled": false + }, + { + "description": "Disable Dockerfile base images that are managed by python-copier-template", + "matchManagers": [ + "dockerfile" + ], + "matchDepNames": [ + "ubuntu", + "ghcr.io/diamondlightsource/ubuntu-devcontainer" + ], + "enabled": false } ] }