From ace285ce05512844ce3a457eff8e484281510049 Mon Sep 17 00:00:00 2001 From: fsc-eriker <72394365+fsc-eriker@users.noreply.github.com> Date: Wed, 29 Oct 2025 08:57:12 +0200 Subject: [PATCH] pyproject.toml: bump dependencies for Python 3.14 Authored by Claude Code Fixes: #9821 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 166d535bad60..cfe0abfcc0de 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [build-system] requires = [ -"flit_core>=3.7.1,<3.9.1", +"flit_core>=3.12.0", ] build-backend = "pep517" backend-path = ["backends"] @@ -37,7 +37,7 @@ dependencies = [ # less than or equal to Python 3.10. In order to ensure we have # a consistent dependency closure across all Python versions, # we explicitly include ruamel.yaml.clib as a dependency. - "ruamel.yaml.clib>=0.2.0,<=0.2.12", + "ruamel.yaml.clib>=0.2.0,<=0.2.14", "prompt-toolkit>=3.0.24,<3.0.52", "distro>=1.5.0,<1.9.0", "awscrt==0.27.6",