From 3d499cbb150e0865136ac26b06a37dcafd14c58e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 6 Aug 2026 05:57:56 +0000 Subject: [PATCH] fix(deps): update python to >=3.14.7,<3.15.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 53f4ebf..7d24f9f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ classifiers = [ ] [tool.poetry.dependencies] -python = ">=3.9.0,<3.14.0" +python = ">=3.14.7,<3.15.0" [tool.poetry.dev-dependencies]