From 1c384dd417e1008ddfe12900f3fff288d37afb55 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jan 2026 06:22:07 +0000 Subject: [PATCH] Update pyparsing requirement from <=3.2.5,>=2.4.2 to >=2.4.2,<=3.3.1 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_2.4.2...3.3.1) --- updated-dependencies: - dependency-name: pyparsing dependency-version: 3.3.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 8c2100e..cc78f53 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ dependencies = [ "msgpack>=1.0.0,<=1.1.2", "pydivert>=2.0.3,<=2.1.0; sys_platform == 'win32'", "pyOpenSSL>=24.3,<=25.3.0", - "pyparsing>=2.4.2,<=3.2.5", + "pyparsing>=2.4.2,<=3.3.1", "pyperclip>=1.9.0,<=1.11.0", "ruamel.yaml>=0.18.10,<=0.18.16", "sortedcontainers>=2.3,<=2.4.0",