From 21a165403f2739ea85d1e3a758e15fdb3dc6c88f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Aug 2024 09:48:22 +0900 Subject: [PATCH] build(deps): Bump zstandard from >=0.22,<0.23 to >=0.22,<0.24 (#356) * 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](https://github.com/indygreg/python-zstandard/compare/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] * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Signed-off-by: dependabot[bot] 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> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 59b857fa3..08d423a84 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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",