Skip to content

Commit 52a9976

Browse files
1 parent 2b37a9e commit 52a9976

7 files changed

Lines changed: 16 additions & 6 deletions

File tree

.copier-answers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Changes here will be overwritten by Copier
2-
_commit: 5.3.0
2+
_commit: 5.4.0
33
_src_path: https://github.com/DiamondLightSource/python-copier-template.git
44
author_email: tim.burd@diamond.ac.uk
55
author_name: Timothy Burd

.github/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ It is recommended that developers use a [vscode devcontainer](https://code.visua
2424

2525
This project was created using the [Diamond Light Source Copier Template](https://github.com/DiamondLightSource/python-copier-template) for Python projects.
2626

27-
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).
27+
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).

.github/workflows/_dist.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
fetch-depth: 0
1414

1515
- name: Install uv
16-
uses: astral-sh/setup-uv@v8.3.2
16+
uses: astral-sh/setup-uv@v10.0.0
1717

1818
- name: Build sdist and wheel
1919
run: >

.github/workflows/_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
fetch-depth: 0
2828

2929
- name: Install uv
30-
uses: astral-sh/setup-uv@v8.3.2
30+
uses: astral-sh/setup-uv@v10.0.0
3131

3232
- name: Run tests
3333
run: uv run --locked tox -e tests

.github/workflows/_tox.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
uses: actions/checkout@v7
1717

1818
- name: Install uv
19-
uses: astral-sh/setup-uv@v8.3.2
19+
uses: astral-sh/setup-uv@v10.0.0
2020

2121
- name: Run tox
2222
run: uv run --locked tox -e ${{ inputs.tox }}

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ requires-python = ">=3.11"
2525

2626
[dependency-groups]
2727
dev = [
28-
"copier",
2928
"pre-commit",
3029
"pyright",
3130
"pytest",

renovate.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,17 @@
3434
"github-actions"
3535
],
3636
"enabled": false
37+
},
38+
{
39+
"description": "Disable Dockerfile base images that are managed by python-copier-template",
40+
"matchManagers": [
41+
"dockerfile"
42+
],
43+
"matchDepNames": [
44+
"ubuntu",
45+
"ghcr.io/diamondlightsource/ubuntu-devcontainer"
46+
],
47+
"enabled": false
3748
}
3849
]
3950
}

0 commit comments

Comments
 (0)