Skip to content

Commit

Permalink
Update packaging requirement to support >= 20.4 (e.g. 21.0) (python-p…
Browse files Browse the repository at this point in the history
  • Loading branch information
NeilGirdhar authored and edvardm committed Nov 24, 2021
1 parent 1e1dcd8 commit bc429ce
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,11 @@ html5lib = "^1.0"
shellingham = "^1.1"
tomlkit = ">=0.7.0,<1.0.0"
pexpect = "^4.7.0"
packaging = "^20.4"
# Leave unclamped since packaging doesn't follow semantic versioning.
packaging = ">=20.4"
# 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)"
# Leave unclamped since keyring doesn't follow semantic versioning.
keyring = ">=21.2.0"
entrypoints = "^0.3"
importlib-metadata = {version = "^1.6.0", python = "<3.8"}
Expand Down

0 comments on commit bc429ce

Please sign in to comment.