Skip to content

Commit 09ceb45

Browse files
Update python package for Node 22 (#329)
Update xml package to work with Node 22
1 parent 3279813 commit 09ceb45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ghp-import==2.1.0; python_version >= "3.7" and python_full_version >= "3.6.2"
77
idna==3.4; python_version >= "3.7" and python_version < "4"
88
importlib-metadata==6.0.0; python_version < "3.8" and python_version >= "3.7" and python_full_version >= "3.6.2"
99
jinja2==3.1.2; python_version >= "3.7" and python_full_version >= "3.6.2"
10-
lxml==4.9.2; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.6"
10+
lxml==4.9.4; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.6"
1111
markdown==3.3.7; python_version >= "3.7" and python_full_version >= "3.6.2"
1212
markupsafe==2.1.2; python_version >= "3.7"
1313
mergedeep==1.3.4; python_version >= "3.7" and python_full_version >= "3.6.2"

0 commit comments

Comments
 (0)