From 35d2b6d398e2f90acf7b7dcdc4b35bb0bf7f75d1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 3 Dec 2025 03:12:05 +0000 Subject: [PATCH] fix(deps): update python to >=3.14.1,<3.15.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 53f4ebf..2b0ca50 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.1,<3.15.0" [tool.poetry.dev-dependencies]