Skip to content

Commit

Permalink
build(deps): Bump zstandard from >=0.22,<0.23 to >=0.22,<0.24 (#356)
Browse files Browse the repository at this point in the history
* build(deps): Bump zstandard from >=0.22,<0.23 to >=0.22,<0.24

[zstandard](https://github.com/indygreg/python-zstandard) 0.23.0 release.
- [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.22.0...0.23.0)

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

Signed-off-by: dependabot[bot] <support@github.com>

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Bodong Yang <86948717+Bodong-Yang@users.noreply.github.com>
  • Loading branch information
3 people committed Aug 7, 2024
1 parent 6b82fd4 commit 21a1654
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ dependencies = [
"typing-extensions>=4.6.3",
"urllib3<2.3,>=2.2.2",
"uvicorn[standard]<0.31,>=0.30",
"zstandard<0.23,>=0.22",
"zstandard<0.24,>=0.22",
]
optional-dependencies.dev = [
"black",
Expand Down

0 comments on commit 21a1654

Please # to comment.