From 34a0affea20e936b24188b5865ebdef62044e0ba Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 13 Jun 2026 18:02:41 +0000 Subject: [PATCH] chore(deps): update python version to v3.14.6 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cde2689..73e3112 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ [project] name = "flameconnect" version = "0.2.2" # Version is managed by release-please (also updates manifest.json) -requires-python = ">=3.14.4" +requires-python = ">=3.14.6" [tool.setuptools] packages = ["custom_components.flameconnect"]