From 04f10934a910f531a2bb2e6add9b95a6b6021c76 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Sep 2026 20:43:41 +0000 Subject: [PATCH] Update pygtrie requirement from <=2.5.0,>=2.5 to >=2.5,<=2.6.1 Updates the requirements on [pygtrie](https://github.com/mina86/pygtrie) to permit the latest version. - [Commits](https://github.com/mina86/pygtrie/compare/v2.5.0...v2.6.1) --- updated-dependencies: - dependency-name: pygtrie dependency-version: 2.6.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index abf4373f3a..e242c59ab3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ dependencies = [ "protobuf>=4.21.1,<8.0", "pulp-glue>=0.35.0,<0.41", "PyOpenSSL>=26.3.0,<27.0", - "pygtrie>=2.5,<=2.5.0", + "pygtrie>=2.5,<2.7", # Looks like only bugfixes in z-Stream. "psycopg[binary]>=3.3.4,<3.4", # SemVer, not explicitely stated, but mentioned on multiple changes. "pyparsing>=3.1.0,<3.4", # Looks like only bugfixes in z-Stream. "pysequoia>=0.1.35,<0.2.0",