Commit e4dad229 by Tom Forbes Committed by GitHub

Add lockfile as an explicit dependency (#7169)

parent 1b352962
...@@ -1828,4 +1828,4 @@ testing = ["flake8 (<5)", "func-timeout", "jaraco.functools", "jaraco.itertools" ...@@ -1828,4 +1828,4 @@ testing = ["flake8 (<5)", "func-timeout", "jaraco.functools", "jaraco.itertools"
[metadata] [metadata]
lock-version = "2.0" lock-version = "2.0"
python-versions = "^3.7" python-versions = "^3.7"
content-hash = "c1c21f02e493ffbfd622bec8546c83edad08325b957851dd3f9a287867ce24a4" content-hash = "7b52d7192276e1e1ab4667723a0911fbecd54bbf3ed1cd2621a654bb121eb49f"
...@@ -59,6 +59,7 @@ html5lib = "^1.0" ...@@ -59,6 +59,7 @@ html5lib = "^1.0"
importlib-metadata = { version = "^4.4", python = "<3.10" } importlib-metadata = { version = "^4.4", python = "<3.10" }
jsonschema = "^4.10.0" jsonschema = "^4.10.0"
keyring = "^23.9.0" keyring = "^23.9.0"
lockfile = "^0.12.2"
# packaging uses calver, so version is unclamped # packaging uses calver, so version is unclamped
packaging = ">=20.4" packaging = ">=20.4"
pexpect = "^4.7.0" pexpect = "^4.7.0"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment