From 05241208ef4c1fcee928ab592fb6238b8ee16a86 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 16 Aug 2025 04:37:34 +0000 Subject: [PATCH] chore(deps): update python to v3.13.7 --- mise.toml | 2 +- pyproject.toml | 2 +- uv.lock | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/mise.toml b/mise.toml index ca27cdc..7bee677 100644 --- a/mise.toml +++ b/mise.toml @@ -63,5 +63,5 @@ node = "22" "npm:pyright" = "1.1.403" "pipx:mypy" = "1.17.1" "pipx:ruff" = "0.12.9" -python = "3.13.6" +python = "3.13.7" uv = "0.8.11" diff --git a/pyproject.toml b/pyproject.toml index f8b55ca..9c96b0d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ name = "adventofcode" version = "0.1.0" description = "" readme = "README.md" -requires-python = "==3.13.6" +requires-python = "==3.13.7" dependencies = [ "attrs ==25.3.0", "joblib ==1.5.1", diff --git a/uv.lock b/uv.lock index 5014404..f1f2639 100644 --- a/uv.lock +++ b/uv.lock @@ -1,6 +1,6 @@ version = 1 revision = 3 -requires-python = "==3.13.6" +requires-python = "==3.13.7" [[package]] name = "adventofcode"