From 3d0343008ffbd3597509381b4437eeeff12bcf90 Mon Sep 17 00:00:00 2001 From: David Hotham Date: Fri, 2 Sep 2022 22:15:20 +0100 Subject: [PATCH] fix virtualenv constraint --- poetry.lock | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/poetry.lock b/poetry.lock index 4389d3a6e13..3e528748d4b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -931,7 +931,7 @@ testing = ["func-timeout", "jaraco.itertools", "pytest (>=6)", "pytest-black (>= [metadata] lock-version = "1.1" python-versions = "^3.7" -content-hash = "993e76b1334c28db52f3f8e8af2cfcd635431a71f505860073f6917cf170bc8d" +content-hash = "1a3bec1367439db08fff0893d90204804ab6872bbaabdf88939c88c575776c77" [metadata.files] atomicwrites = [ diff --git a/pyproject.toml b/pyproject.toml index 6411b1ebc0e..c5c8e47feb5 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.7" xattr = { version = "^0.9.7", markers = "sys_platform == 'darwin'" } urllib3 = "^1.26.0" dulwich = "^0.20.44"