Skip to content

Commit 9134478

Browse files
committed
chore: pin types-html5lib version in tox test
1 parent f89b984 commit 9134478

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@ basedpyright = ['basedpyright >= 1.4.0']
4848
# mostly pinned for tox testing except dev group
4949
[dependency-groups]
5050
basic = [
51-
"types-html5lib ~= 1.1.11",
51+
# pyright unhappy with 20250516 Incomplete change
52+
"types-html5lib == 1.1.11.20241018",
5253
"typing_extensions == 4.12.2; python_version < '3.13'",
5354
"cssselect == 1.2.0; python_version <= '3.8'",
5455
"cssselect == 1.3.0; python_version >= '3.9'",

0 commit comments

Comments
 (0)