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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
ddd46687d1
commit
00349d3b9a
|
@ -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]
|
||||
|
|
Loading…
Reference in New Issue