Skip to content

Commit

Permalink
Python: Pin pyparsing and update tests (#7927)
Browse files Browse the repository at this point in the history
* Python: Update pyparsing tests

* Lock pyparsing to <3.1.0
  • Loading branch information
Fokko authored Jun 27, 2023
1 parent 2fea2dd commit 51eaf68
Show file tree
Hide file tree
Showing 3 changed files with 86 additions and 88 deletions.
80 changes: 36 additions & 44 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,<4.0.0" # The `min` keyword argument for `delimited_list()` was added in 3.0.7.
pyparsing = ">=3.0.7,<3.1.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
Loading

0 comments on commit 51eaf68

Please sign in to comment.