diff --git a/poetry.lock b/poetry.lock index c2f38809864..b9c414bca8b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -969,7 +969,7 @@ testing = ["func-timeout", "jaraco.itertools", "pytest (>=6)", "pytest-black (>= [metadata] lock-version = "1.1" python-versions = "^3.7" -content-hash = "fedca8c841a28b2b33c5757393060c488e08b91e47684c1fcacd8ec2f6406973" +content-hash = "853bf1ff15c31c912ce1f017cab05956ac09e0fe1a8262a40d77363192c5f934" [metadata.files] attrs = [ diff --git a/pyproject.toml b/pyproject.toml index 7f8bc0b0922..b5d44776e4a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -66,7 +66,7 @@ shellingham = "^1.5" # exclude 0.11.2 and 0.11.3 due to https://github.com/sdispater/tomlkit/issues/225 tomlkit = ">=0.11.1,<1.0.0,!=0.11.2,!=0.11.3" # exclude 20.4.5 - 20.4.6 due to https://github.com/pypa/pip/issues/9953 -virtualenv = ">=20.4.3,<20.4.5 || >=20.4.7" +virtualenv = ">=20.4.3,!=20.4.5,!=20.4.6" xattr = { version = "^0.9.7", markers = "sys_platform == 'darwin'" } urllib3 = "^1.26.0" dulwich = "^0.20.44"