Skip to content

Commit 1595b75

Browse files
committed
chore: Remove lxml bounds.
1 parent 22ddca1 commit 1595b75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ def long_description():
109109
"zulip>=0.8.2,<0.9.0", # Next release, 0.9.0, requires Python 3.9
110110
"urwid_readline>=0.15.1",
111111
"beautifulsoup4>=4.13.4",
112-
"lxml==4.9.4",
112+
"lxml>=4.9.4",
113113
"pygments>=2.17.2,<2.18.0", # 2.18.0 will drop support for Python 3.7
114114
"typing_extensions~=4.5.0",
115115
"python-dateutil>=2.8.2",

0 commit comments

Comments
 (0)