Skip to content

Commit bf457c0

Browse files
Bump pyparsing from 3.3.0 to 3.3.1 (#1468)
Bumps [pyparsing](https://github.com/pyparsing/pyparsing) from 3.3.0 to 3.3.1. - [Release notes](https://github.com/pyparsing/pyparsing/releases) - [Changelog](https://github.com/pyparsing/pyparsing/blob/master/CHANGES) - [Commits](pyparsing/pyparsing@3.3.0...3.3.1) --- updated-dependencies: - dependency-name: pyparsing dependency-version: 3.3.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5f00475 commit bf457c0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ pooch==1.8.2 ; python_version >= "3.11" and python_version < "3.15"
5151
pycodestyle==2.14.0 ; python_version >= "3.11" and python_version < "3.15"
5252
pyerfa==2.0.1.5 ; python_version >= "3.11" and python_version < "3.15"
5353
pygments==2.19.2 ; python_version >= "3.11" and python_version < "3.15"
54-
pyparsing==3.3.0 ; python_version >= "3.11" and python_version < "3.15"
54+
pyparsing==3.3.1 ; python_version >= "3.11" and python_version < "3.15"
5555
pyshtools==4.13.1 ; python_version >= "3.11" and python_version < "3.15"
5656
pytest==9.0.2 ; python_version >= "3.11" and python_version < "3.15"
5757
python-dateutil==2.9.0.post0 ; python_version >= "3.11" and python_version < "3.15"

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ pillow==12.0.0 ; python_version >= "3.11" and python_version < "3.15"
1919
platformdirs==4.5.1 ; python_version >= "3.11" and python_version < "3.15"
2020
pooch==1.8.2 ; python_version >= "3.11" and python_version < "3.15"
2121
pyerfa==2.0.1.5 ; python_version >= "3.11" and python_version < "3.15"
22-
pyparsing==3.3.0 ; python_version >= "3.11" and python_version < "3.15"
22+
pyparsing==3.3.1 ; python_version >= "3.11" and python_version < "3.15"
2323
pyshtools==4.13.1 ; python_version >= "3.11" and python_version < "3.15"
2424
python-dateutil==2.9.0.post0 ; python_version >= "3.11" and python_version < "3.15"
2525
pytz==2025.2 ; python_version >= "3.11" and python_version < "3.15"

0 commit comments

Comments
 (0)