From 866492462aa88e3cfdd68283aad23d756c58e7dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Dec 2025 02:07:26 +0000 Subject: [PATCH] Bump pyparsing from 3.2.5 to 3.3.0 Bumps [pyparsing](https://github.com/pyparsing/pyparsing) from 3.2.5 to 3.3.0. - [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.5...3.3.0) --- updated-dependencies: - dependency-name: pyparsing dependency-version: 3.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index d1868ba53..a647a5803 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -51,7 +51,7 @@ pooch==1.8.2 ; python_version >= "3.11" and python_version < "3.15" pycodestyle==2.14.0 ; python_version >= "3.11" and python_version < "3.15" pyerfa==2.0.1.5 ; python_version >= "3.11" and python_version < "3.15" pygments==2.19.2 ; python_version >= "3.11" and python_version < "3.15" -pyparsing==3.2.5 ; python_version >= "3.11" and python_version < "3.15" +pyparsing==3.3.0 ; python_version >= "3.11" and python_version < "3.15" pyshtools==4.13.1 ; python_version >= "3.11" and python_version < "3.15" pytest==9.0.2 ; python_version >= "3.11" and python_version < "3.15" python-dateutil==2.9.0.post0 ; python_version >= "3.11" and python_version < "3.15" diff --git a/requirements.txt b/requirements.txt index ea8ef3282..7062eed82 100644 --- a/requirements.txt +++ b/requirements.txt @@ -19,7 +19,7 @@ pillow==12.0.0 ; python_version >= "3.11" and python_version < "3.15" platformdirs==4.5.1 ; python_version >= "3.11" and python_version < "3.15" pooch==1.8.2 ; python_version >= "3.11" and python_version < "3.15" pyerfa==2.0.1.5 ; python_version >= "3.11" and python_version < "3.15" -pyparsing==3.2.5 ; python_version >= "3.11" and python_version < "3.15" +pyparsing==3.3.0 ; python_version >= "3.11" and python_version < "3.15" pyshtools==4.13.1 ; python_version >= "3.11" and python_version < "3.15" python-dateutil==2.9.0.post0 ; python_version >= "3.11" and python_version < "3.15" pytz==2025.2 ; python_version >= "3.11" and python_version < "3.15"