From 1eccbe9c1a57c6d9b3c543da36ea50046d77a9d9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 03:02:47 +0000 Subject: [PATCH] fix(deps): update python to >=3.13, <3.14 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 179ecc7..bc55594 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.13, <3.14" pybotx = ">=0.42.0,<0.45.0" pybotx-smart-logger = ">=0.6.7,<0.8.0"