Skip to content

Commit c240850

Browse files
committed
Require hatch>=1.16.5 to fix virtualenv breaking change
1 parent 4247ab3 commit c240850

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ dependencies = [
4040
# https://github.com/hexdoc-dev/hexdoc/issues/88
4141
"click<8.2.0",
4242
"frozendict~=2.4",
43-
"hatch~=1.9",
43+
"hatch>=1.16.5,<2",
4444
"importlib_resources~=6.0",
4545
"Jinja2~=3.1",
4646
"langcodes~=3.5",

0 commit comments

Comments
 (0)