Skip to content

Commit 61c94ea

Browse files
Build: Bump zstandard from 0.18.0 to 0.19.0 in /python
Bumps [zstandard](https://github.com/indygreg/python-zstandard) from 0.18.0 to 0.19.0. - [Release notes](https://github.com/indygreg/python-zstandard/releases) - [Changelog](https://github.com/indygreg/python-zstandard/blob/main/docs/news.rst) - [Commits](indygreg/python-zstandard@0.18.0...0.19.0) --- updated-dependencies: - dependency-name: zstandard dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2b33576 commit 61c94ea

File tree

2 files changed

+54
-47
lines changed

2 files changed

+54
-47
lines changed

python/poetry.lock

Lines changed: 53 additions & 46 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ pyyaml = "^6.0.0"
5555
pydantic = "^1.10.2"
5656
fsspec = "2022.8.2"
5757

58-
zstandard = "^0.18.0"
58+
zstandard = ">=0.18,<0.20"
5959

6060
pyarrow = { version = "^9.0.0", optional = true }
6161

0 commit comments

Comments
 (0)