Update zstandard requirement from <0.22,>=0.11 to >=0.11,<0.23 (#6437)
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.11.0...0.22.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
22d52f56e2
commit
3b585c155b
|
@ -57,7 +57,7 @@ dependencies = [
|
|||
"urwid-mitmproxy>=2.1.1,<2.2",
|
||||
"wsproto>=1.0,<1.3",
|
||||
"publicsuffix2>=2.20190812,<3",
|
||||
"zstandard>=0.11,<0.22",
|
||||
"zstandard>=0.11,<0.23",
|
||||
]
|
||||
|
||||
[project.optional-dependencies]
|
||||
|
|
Loading…
Reference in New Issue