From 22b29e44201e898937833ae188204509bbd1dd95 Mon Sep 17 00:00:00 2001 From: redhat-renovate-bot Date: Sat, 28 Dec 2024 14:07:55 +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"