File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ Sphinx==8.0.2
88numpydoc==1.8.0
99pytest>=3.7.2
1010pytest-runner>=4.2
11- Cython>= 3.0.11
11+ Cython== 3.0.12
1212pluggy>=0.7.1
1313mypy==1.4.1
1414types-pyinstaller==6.10.0.20240812
@@ -17,4 +17,4 @@ sphinxext-opengraph==0.9.1
1717sphinx-copybutton==0.5.2
1818ruff
1919setuptools==75.7.0
20- pytest-mypy-plugins>=3.2,<4.0.0
20+ pytest-mypy-plugins>=3.2,<4.0.0
Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ cdef class LexborHTMLParser:
9999
100100 if not name:
101101 raise ValueError (" Tag name cannot be empty" )
102- if len (name) > 100 : # Reasonable limit for tag names
102+ if len (name) > 100 :
103103 raise ValueError (" Tag name is too long" )
104104
105105 cdef lxb_dom_collection_t* collection = NULL
You can’t perform that action at this time.
0 commit comments