From ce3b970729ade8f8da7b20c1ce43da3d73a77a8e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 9 Nov 2023 11:42:43 +0000 Subject: [PATCH] fix(deps): update minor updates --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d629511..5527f8a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ include = [ ] [tool.poetry.dependencies] -python = ">=3.10,<3.12" +python = ">=3.12,<3.13" Sphinx = {version = ">=6.2.1,<6.3.0", optional = true} sphinx-autodoc-typehints = {version = "^1.11.1", optional = true} tomlkit = {version = "^0.12.0", optional=true}