From bc9e97adbc7237c21c4cca560b7539cfb01715f7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 01:35:21 +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 a413ed8..a452ad2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ readme = "README.md" authors = [] [tool.poetry.dependencies] -python = ">=3.8,<3.12" +python = ">=3.13,<3.14" pybotx = ">=0.44.1"