From 0c5f960546da7c25517f5316d40033db49c89a61 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 17 Oct 2023 10:44:28 +0000 Subject: [PATCH] fix(deps): update python to >=3.12, <3.13 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 179ecc7..7d31b28 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.12, <3.13" pybotx = ">=0.42.0,<0.45.0" pybotx-smart-logger = ">=0.6.7,<0.8.0"