From b422545709e42e9b96323e2ba27886b8331ede3f Mon Sep 17 00:00:00 2001 From: Steven Elliott <6461548+sdelliot@users.noreply.github.com> Date: Wed, 10 Sep 2025 12:14:03 -0400 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c05f74e..8cc7f10 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ authors = [ description = "This repository contains FIREWHEEL Model Components related to Linux and Linux specific applications." readme = "README.rst" dependencies = [ - "firewheel", + "firewheel>=2.9.0", "firewheel-repo-base", ] requires-python = ">=3.8"