From daab954e76add245712d2eb6aab1141ef9a173cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 10:48:47 +0000 Subject: [PATCH] Bump pyparsing from 3.2.3 to 3.2.5 Bumps [pyparsing](https://github.com/pyparsing/pyparsing) from 3.2.3 to 3.2.5. - [Release notes](https://github.com/pyparsing/pyparsing/releases) - [Changelog](https://github.com/pyparsing/pyparsing/blob/master/CHANGES) - [Commits](https://github.com/pyparsing/pyparsing/compare/3.2.3...3.2.5) --- updated-dependencies: - dependency-name: pyparsing dependency-version: 3.2.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 072779e..d85ec94 100644 --- a/requirements.txt +++ b/requirements.txt @@ -71,7 +71,7 @@ pydantic-settings==2.10.1 ; python_version >= "3.11" and python_version < "3.14" pydantic==2.11.7 ; python_version >= "3.11" and python_version < "3.14" pygments==2.19.2 ; python_version >= "3.11" and python_version < "3.14" pyicu==2.15.2 ; python_version >= "3.11" and python_version < "3.14" -pyparsing==3.2.3 ; python_version >= "3.11" and python_version < "3.14" +pyparsing==3.2.5 ; python_version >= "3.11" and python_version < "3.14" python-dateutil==2.9.0.post0 ; python_version >= "3.11" and python_version < "3.14" python-dotenv==1.1.1 ; python_version >= "3.11" and python_version < "3.14" python-stdnum==2.1 ; python_version >= "3.11" and python_version < "3.14"