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"