Skip to content

Commit e4dad22

Browse files
authored
Add lockfile as an explicit dependency (#7169)
1 parent 1b35296 commit e4dad22

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

poetry.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ html5lib = "^1.0"
5959
importlib-metadata = { version = "^4.4", python = "<3.10" }
6060
jsonschema = "^4.10.0"
6161
keyring = "^23.9.0"
62+
lockfile = "^0.12.2"
6263
# packaging uses calver, so version is unclamped
6364
packaging = ">=20.4"
6465
pexpect = "^4.7.0"

0 commit comments

Comments
 (0)