From ad0256574c2cffb2e7af3374e147785e048f571d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 20:02:24 +0000 Subject: [PATCH] Update pyparsing requirement from <3.3,>=3.1.0 to >=3.1.0,<3.4 Updates the requirements on [pyparsing](https://github.com/pyparsing/pyparsing) to permit the latest version. - [Release notes](https://github.com/pyparsing/pyparsing/releases) - [Changelog](https://github.com/pyparsing/pyparsing/blob/master/CHANGES) - [Commits](https://github.com/pyparsing/pyparsing/compare/pyparsing_3.1.2...3.3.0) --- updated-dependencies: - dependency-name: pyparsing dependency-version: 3.3.0 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 fdb6d11f71..9749ea20d4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,7 +55,7 @@ dependencies = [ "pulp-glue>=0.28.0,<0.37", "pygtrie>=2.5,<=2.5.0", "psycopg[binary]>=3.1.8,<3.4", # SemVer, not explicitely stated, but mentioned on multiple changes. - "pyparsing>=3.1.0,<3.3", # Looks like only bugfixes in z-Stream. + "pyparsing>=3.1.0,<3.4", # Looks like only bugfixes in z-Stream. "python-gnupg>=0.5.0,<0.6", # Looks like only bugfixes in z-Stream [changelog only in git] "PyYAML>=5.1.1,<6.1", # Looks like only bugfixes in z-Stream. "redis>=4.3.0,<7.2", # Looks like only bugfixes in z-Stream.