From 6114daf1bb3682919d40b56c166d1f5854de8356 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 13:03:00 +0000 Subject: [PATCH] Update Python to v3.14.5 --- pyproject.toml | 2 +- uv.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 9e0dd8f..0464078 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ name = "ready-set-develop" version = "0.1.0" description = "Ready, Set, Develop™ is a collection of automation scripts to streamline setting up new machines (almost) from scratch or to synchronising configs across computers." readme = "README.md" -requires-python = "==3.14.4" +requires-python = "==3.14.5" dependencies = [ "ansible==13.2.0", ] diff --git a/uv.lock b/uv.lock index 02f8f54..46aa817 100644 --- a/uv.lock +++ b/uv.lock @@ -1,6 +1,6 @@ version = 1 revision = 3 -requires-python = "==3.14.4" +requires-python = "==3.14.5" [[package]] name = "ansible"