From 29622b48c39004377b1e0e8fc2faaf416f803850 Mon Sep 17 00:00:00 2001 From: redhat-renovate-bot Date: Sun, 29 Dec 2024 15:08:03 +0000 Subject: [PATCH] Update all dependencies Signed-off-by: redhat-renovate-bot --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 40c8d3c..1d13550 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ include = [ ] [tool.poetry.dependencies] -python = ">=3.9,<3.13" +python = ">=3.13,<3.14" flask = "^3.0.1" gunicorn = "^23.0.0" fedora-messaging = "^3.4.1"