diff --git a/poetry.lock b/poetry.lock index beb46404fed..fbfe5675b1b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -956,7 +956,7 @@ testing = ["func-timeout", "jaraco.itertools", "pytest (>=6)", "pytest-black (>= [metadata] lock-version = "1.1" python-versions = "^3.7" -content-hash = "0cbb342d793a9fec2c99fbcc07434f320c618054a30dfc4af44896ebc3e9f676" +content-hash = "52b7d1bdfdd8e2e16cb1a51eb82bfd8e0c8a5abbbe194637ac8a24a43648642a" [metadata.files] attrs = [ diff --git a/pyproject.toml b/pyproject.toml index 780f60a8813..962a034f22c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,8 +56,7 @@ filelock = "^3.8.0" html5lib = "^1.0" importlib-metadata = { version = "^4.4", python = "<3.10" } jsonschema = "^4.10.0" -# keyring uses calver, so version is unclamped -keyring = ">=21.2.0" +keyring = "^23.9.0" # packaging uses calver, so version is unclamped packaging = ">=20.4" pexpect = "^4.7.0" @@ -69,7 +68,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.6" +virtualenv = "^20.4.3,!=20.4.5,!=20.4.6" xattr = { version = "^0.9.7", markers = "sys_platform == 'darwin'" } urllib3 = "^1.26.0"