diff --git a/pyproject.toml b/pyproject.toml index 069a575d3..2f13b8af0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -73,7 +73,7 @@ dependencies = [ "click ~= 8.1.4", # Cloup 3.0.5 fix incompatibility with autodoc: https://github.com/janluke/cloup/issues/177 "cloup ~= 3.0.5", - "extra-platforms ~= 1.6.0", + "extra-platforms ~= 1.7.0", "mergedeep ~= 1.3.4", "pyyaml ~= 6.0.0", # requests 2.28.2 is the first version to support charset_normalizer 3.x.