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"