From b47b90962ae17d050f2e17bc3df4d452c8016ddf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 01:35:39 +0000 Subject: [PATCH] build(deps): 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 6fec1cf..492c790 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ iniconfig==2.1.0 packaging==25.0 pluggy==1.6.0 py==1.11.0 -pyparsing==3.2.3 +pyparsing==3.2.5 pytest==8.4.1 pytest-cov==6.2.1 tomli==2.2.1