From c064046823ace8cfa49fb6ddeedc7c75b6dc8de3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2024 20:56:49 +0000 Subject: [PATCH] Update pyparsing requirement from <=3.1.2,>=2.4.2 to >=2.4.2,<=3.1.4 (#7149) 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.1.4) --- updated-dependencies: - dependency-name: pyparsing dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1d9d3b9d0..ddb8047dd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ dependencies = [ "protobuf>=5.27.2,<=5.28.0", "pydivert>=2.0.3,<=2.1.0; sys_platform == 'win32'", "pyOpenSSL>=22.1,<=24.2.1", - "pyparsing>=2.4.2,<=3.1.2", + "pyparsing>=2.4.2,<=3.1.4", "pyperclip<=1.9.0,>=1.9.0", "ruamel.yaml>=0.16,<=0.18.6", "sortedcontainers>=2.3,<=2.4.0",