From 9461e748c619978632a198386fd6d0492ac19c4e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Apr 2026 00:51:11 +0000 Subject: [PATCH] :arrow_up: bump pyparsing from 3.2.0 to 3.3.2 Bumps [pyparsing](https://github.com/pyparsing/pyparsing) from 3.2.0 to 3.3.2. - [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.0...3.3.2) --- updated-dependencies: - dependency-name: pyparsing dependency-version: 3.3.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e3ac8110..05228493 100644 --- a/requirements.txt +++ b/requirements.txt @@ -29,7 +29,7 @@ pydantic==2.10.3 ; python_version >= "3.10" and python_version < "4.0" pydot==3.0.3 ; python_version >= "3.10" and python_version < "4.0" pygments==2.18.0 ; python_version >= "3.10" and python_version < "4.0" pymgclient==1.3.1 ; python_version >= "3.10" and python_version < "4.0" -pyparsing==3.2.0 ; python_version >= "3.10" and python_version < "4.0" +pyparsing==3.3.2 ; python_version >= "3.10" and python_version < "4.0" python-dateutil==2.9.0.post0 ; python_version >= "3.10" and python_version < "4.0" python-dotenv==1.0.1 ; python_version >= "3.10" and python_version < "4.0" pytz==2024.2 ; python_version >= "3.10" and python_version < "4.0"