Bug 1723031: Set zstandard requirement lower bound to 0.11.1 r=ahal

Windows and Mac workers have `zstandard==0.11.1` installed.

Differential Revision: https://phabricator.services.mozilla.com/D126284
This commit is contained in:
Mitchell Hentges 2021-09-27 20:27:22 +00:00
Родитель 46d5044ce9
Коммит e3fe6a2819
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -6,4 +6,4 @@ pypi-optional:glean-sdk==40.0.0:telemetry will not be collected
# We aren't (yet) able to pin packages in automation, so we have to
# support down to the oldest locally-installed version (5.4.2).
pypi-optional:psutil>=5.4.2,<=5.8.0:telemetry will be missing some data
pypi-optional:zstandard==0.15.2:zstd archives will not be possible to extract
pypi-optional:zstandard>=0.11.1,<=0.15.2:zstd archives will not be possible to extract