From da12cfeea5204ca27489bd4407b163ab8f0a44b5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 Oct 2025 04:30:42 +0000 Subject: [PATCH] fix(deps): update python to >=3.14, <3.15 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 179ecc7..6886d36 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ description = "" authors = ["Arseniy Zhiltsov "] [tool.poetry.dependencies] -python = ">=3.8, <3.11" +python = ">=3.14, <3.15" pybotx = ">=0.42.0,<0.45.0" pybotx-smart-logger = ">=0.6.7,<0.8.0"