From 8803d49cfbb3336fbd9a3344de8353775e278bf5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2024 05:00:13 +0000 Subject: [PATCH] fix(deps): update python to ~=3.13.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 62dcdf9..4b5491c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -69,7 +69,7 @@ license = "Apache-2.0 license" readme = "README.md" [tool.poetry.dependencies] -python = "~=3.12.2" +python = "~=3.13.0" flask-multipass = {extras = ["saml"], version = "0.5.4"} # 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