diff --git a/pyproject.toml b/pyproject.toml index 0a46e7e0dd..df3bf4a2fe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ dependencies = [ "importlib_metadata>=3.6, <5.0; python_version < '3.8'", # The "selectable" entry points were introduced in `importlib_metadata` 3.6 and Python 3.10. Bandit on Python 3.7 relies on a library with `importlib_metadata` < 5.0 "importlib_resources>=1.3", # The `files()` API was introduced in `importlib_resources` 1.3 and Python 3.9. "jmespath>=0.9.5, <2.0", - "more_itertools~=9.0", + "more_itertools>=9,<11", "omegaconf~=2.3", "parse~=1.19.0", "pip-tools>=6.5,<8",