Skip to content

Commit

Permalink
build(deps): Bump zstandard from 0.18 to 0.22.0
Browse files Browse the repository at this point in the history
Bumps [zstandard](https://github.com/indygreg/python-zstandard) from 0.18 to 0.22.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.22.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 28, 2024
1 parent 6742db8 commit a173096
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 @@ -37,7 +37,7 @@ dependencies = [
"typing-extensions>=4.6.3",
"urllib3<2,>=1.26.8",
"uvicorn[standard]==0.20",
"zstandard==0.18",
"zstandard==0.22.0",
]
optional-dependencies.dev = [
"black",
Expand Down

0 comments on commit a173096

Please sign in to comment.