diff --git a/.copier-answers.yml b/.copier-answers.yml index 9e3d25224..e53051e75 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 author_email: callum.forrester@diamond.ac.uk author_name: Callum Forrester diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index ca7c2fb0d..aad18495f 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 0d163c8e2..3b6d83f67 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 b0a0e01d5..fc381e0c5 100644 --- a/.github/workflows/_test.yml +++ b/.github/workflows/_test.yml @@ -32,7 +32,7 @@ jobs: run: git branch --track main origin/main - 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 356e8dd3a..afa9c6f65 100644 --- a/.github/workflows/_tox.yml +++ b/.github/workflows/_tox.yml @@ -15,7 +15,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: Install helm plugins run: helm plugin install https://github.com/losisin/helm-values-schema-json.git --version 2.3.1 diff --git a/pyproject.toml b/pyproject.toml index 9ef88de3a..69a7af047 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,9 +48,12 @@ demo = ["dls-dodal>=1.69.0", "ophyd-async[sim]"] [dependency-groups] dev = [ +<<<<<<< before updating "ophyd_async[sim]", "copier", "dls-dodal>=1.69.0", +======= +>>>>>>> after updating "myst-parser", "prek", "pydata-sphinx-theme>=0.15.4", diff --git a/renovate.json b/renovate.json index 7a40c6abb..157683bb4 100644 --- a/renovate.json +++ b/renovate.json @@ -36,6 +36,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 } ] }