Commit e3fe6a28 authored by Mitchell Hentges's avatar Mitchell Hentges
Browse files

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
parent 46d5044c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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