Compare commits

..

1 Commits

Author SHA1 Message Date
renovate[bot]
481f27ba49 chore(deps): update dependency python (3.13.12 → 3.14.3)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-03-21 20:08:24 +00:00
3 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
[tools] [tools]
node = "24.14.0" node = "24.14.0"
python = "3.13.12" python = "3.14.3"
go = "1.26.1" go = "1.26.1"

View File

@@ -76,7 +76,7 @@ repos:
- id: fish_indent - id: fish_indent
- repo: https://github.com/astral-sh/ruff-pre-commit - repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.15.7 rev: v0.15.6
hooks: hooks:
- id: ruff-check - id: ruff-check
args: [--fix] args: [--fix]

View File

@@ -27,7 +27,7 @@ experimental = true
[tools] [tools]
# Language runtimes # Language runtimes
node = "lts" node = "lts"
python = "3.13" python = "3.14.3"
go = "1.26.1" go = "1.26.1"
rust = "stable" rust = "stable"