Skip to content

Commit 7b5ac4f

Browse files
committed
Upgrade uv.lock and update RELEASE.md accordingly
1 parent a79783d commit 7b5ac4f

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

RELEASE.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,14 @@ Update the version number in:
1414
- [`/src/bedrock/__init__.py`](/src/bedrock_ge/__init__.py)
1515
- Inline script dependencies of marimo notebooks in [`examples`](/examples/)
1616

17+
## 2. Update `uv.lock`
18+
19+
The version of `bedrock-ge` in the `uv.lock` file needs to be updated such that tests can run properly. Therefore run:
20+
21+
```bash
22+
uv sync --all-groups --upgrade
23+
```
24+
1725
## 3. PR `dev``main`
1826

1927
Open a pull request (PR) from `dev` to `main`.

uv.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)