Skip to content

Commit 436646c

Browse files
chore(deps): update dependency https://github.com/diamondlightsource/python-copier-template to v5.0.3
1 parent 51dd356 commit 436646c

4 files changed

Lines changed: 11 additions & 3 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.0.2
2+
_commit: 5.0.3
33
_src_path: https://github.com/DiamondLightSource/python-copier-template
44
author_email: [email protected]
55
author_name: Callum Forrester

.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.0.2/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.0.3/how-to.html).

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ RUN uv add debugpy
3131

3232
# Sync the project without its dev dependencies
3333
RUN --mount=type=cache,target=/root/.cache/uv \
34-
uv sync --locked --no-editable --no-dev
34+
uv sync --locked --no-editable --no-dev --managed-python
3535

3636
# The runtime stage copies the built venv into a runtime container
3737
FROM ubuntu:noble AS runtime

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,16 @@
1010

1111
Lightweight bluesky-as-a-service wrapper application. Also usable as a library.
1212

13+
<<<<<<< before updating
1314
Source | <https://github.com/DiamondLightSource/blueapi>
15+
=======
16+
This is where you should write a short paragraph that describes what your module does,
17+
how it does it, and why people should use it.
18+
19+
What | Where
20+
>>>>>>> after updating
1421
:---: | :---:
22+
Source | <https://github.com/DiamondLightSource/blueapi>
1523
PyPI | `pip install blueapi`
1624
Docker | `docker run ghcr.io/diamondlightsource/blueapi:latest`
1725
Documentation | <https://diamondlightsource.github.io/blueapi>

0 commit comments

Comments
 (0)