From 00349d3b9aff636b27fa723aa5d9021fc43c015c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 12:01:35 +0000 Subject: [PATCH] Update zstandard requirement from <=0.22.0,>=0.15 to >=0.15,<=0.23.0 (#7050) Updates the requirements on [zstandard](https://github.com/indygreg/python-zstandard) to permit the latest version. - [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.15.0...0.23.0) --- updated-dependencies: - dependency-name: zstandard dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b611a9c93..686e5828a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,7 +57,7 @@ dependencies = [ "urwid>=2.6.14,<=2.6.14", "wsproto>=1.0,<=1.2.0", "publicsuffix2>=2.20190812,<=2.20191221", - "zstandard>=0.15,<=0.22.0", + "zstandard>=0.15,<=0.23.0", ] [project.optional-dependencies]