Skip to content

Commit

Permalink
Build: Bump pyparsing from 3.0.9 to 3.1.0 in /python
Browse files Browse the repository at this point in the history
Bumps [pyparsing](https://github.com/pyparsing/pyparsing) from 3.0.9 to 3.1.0.
- [Release notes](https://github.com/pyparsing/pyparsing/releases)
- [Changelog](https://github.com/pyparsing/pyparsing/blob/master/CHANGES)
- [Commits](pyparsing/pyparsing@pyparsing_3.0.9...3.1.0)

---
updated-dependencies:
- dependency-name: pyparsing
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 4, 2023
1 parent 03a8b06 commit 2d5418a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions python/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ strictyaml = ">=1.7.0,<2.0.0" # CVE-2020-14343 was fixed in 5.4.
pydantic = ">=1.9.0,<2.0.0"
sortedcontainers = "2.4.0"
fsspec = ">=2021.09.0,<2024.1.0" # `lexists()` was implemented in 2021.09.0. Upper bound set arbitrarily, to be reassessed in early 2024.
pyparsing = ">=3.0.7,<3.1.0" # The `min` keyword argument for `delimited_list()` was added in 3.0.7.
pyparsing = ">=3.0.7,<3.2.0" # The `min` keyword argument for `delimited_list()` was added in 3.0.7.
zstandard = ">=0.13.0,<1.0.0"
pyarrow = { version = ">=9.0.0,<13.0.0", optional = true }
pandas = { version = ">=1.0.0,<3.0.0", optional = true }
Expand Down

0 comments on commit 2d5418a

Please sign in to comment.