Skip to content

Commit 6e53b90

Browse files
authored
Update packaging requirement to support >= 20.4 (e.g. 21.0) (#4362)
1 parent 6c86246 commit 6e53b90

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,11 @@ html5lib = "^1.0"
4343
shellingham = "^1.1"
4444
tomlkit = ">=0.7.0,<1.0.0"
4545
pexpect = "^4.7.0"
46-
packaging = "^20.4"
46+
# Leave unclamped since packaging doesn't follow semantic versioning.
47+
packaging = ">=20.4"
4748
# exclude 20.4.5 - 20.4.6 due to https://github.com/pypa/pip/issues/9953
4849
virtualenv = "(>=20.4.3,<20.4.5 || >=20.4.7)"
50+
# Leave unclamped since keyring doesn't follow semantic versioning.
4951
keyring = ">=21.2.0"
5052
entrypoints = "^0.3"
5153
importlib-metadata = {version = "^1.6.0", python = "<3.8"}

0 commit comments

Comments
 (0)