We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9ba44b commit 6c83817Copy full SHA for 6c83817
pyproject.toml
@@ -43,11 +43,9 @@ html5lib = "^1.0"
43
shellingham = "^1.1"
44
tomlkit = ">=0.7.0,<1.0.0"
45
pexpect = "^4.7.0"
46
-# Leave unclamped since packaging doesn't follow semantic versioning.
47
-packaging = ">=20.4"
+packaging = "^20.4"
48
# exclude 20.4.5 - 20.4.6 due to https://github.com/pypa/pip/issues/9953
49
virtualenv = "(>=20.4.3,<20.4.5 || >=20.4.7)"
50
-# Leave unclamped since keyring doesn't follow semantic versioning.
51
keyring = ">=21.2.0"
52
entrypoints = "^0.3"
53
importlib-metadata = {version = "^1.6.0", python = "<3.8"}
0 commit comments