From 5c769e254829fe8cbf4396ff409f572427920803 Mon Sep 17 00:00:00 2001 From: Christopher Fenner <9592452+CFenner@users.noreply.github.com> Date: Mon, 4 Nov 2024 19:49:43 +0100 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f8926d26..f712059b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ Changelog = "https://github.com/openviess/PyViCare/releases" [tool.poetry.dependencies] authlib = ">1.2.0" -python = "^3.8" +python = "^3.9" requests = ">=2.31.0" [tool.poetry.group.dev.dependencies]