From 9a357e2e8739dc5a3714caba2e7bc4ff08e65dbd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 6 Aug 2026 08:45:52 +0000 Subject: [PATCH] fix(deps): update python to >=3.14.7,<3.15 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 944f2e1..7c4e175 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -70,7 +70,7 @@ readme = "README.md" [tool.poetry.dependencies] # Python version is constrained to 3.12.x because Indico requires <3.13,>=3.12.2 -python = ">=3.12.2,<3.13" +python = ">=3.14.7,<3.15" flask-multipass = {extras = ["saml"], version = "0.11.2"} # The package version here can force an upgrade of indico when the plugin is used # thus we must only specify compatibility rather than pinning the exact version