Skip to content

Commit b199bfd

Browse files
build(deps): update patch production dependencies (#82)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9f6942f commit b199bfd

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ A modern, batteries‑included [Copier](https://github.com/copier-org/copier) te
8181
## 🛠 Prerequisites
8282

8383
- **Python** ≥ 3.10
84-
- **Copier** ≥ 9.14.1
84+
- **Copier** ≥ 9.14.2
8585
- **copier-templates-extensions** ≥ 0.3.2
8686
- **pre-commit** (if not installed check [pre-commit installation guide](https://pre-commit.com/index.html#install))
8787
- **uv** (if not installed check [uv installation guide](https://docs.astral.sh/uv/getting-started/installation/))

template/.pre-commit-config.yaml.jinja

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,14 +56,14 @@ repos:
5656
{%- endif %}
5757

5858
- repo: https://github.com/astral-sh/ruff-pre-commit
59-
rev: v0.15.9
59+
rev: v0.15.10
6060
hooks:
6161
- id: ruff
6262
args: [--exit-non-zero-on-fix]
6363
- id: ruff-format
6464

6565
- repo: https://github.com/astral-sh/uv-pre-commit
66-
rev: 0.11.5
66+
rev: 0.11.6
6767
hooks:
6868
- id: uv-sync
6969
args: ["--locked"]

0 commit comments

Comments
 (0)