Skip to content

Commit 80563e7

Browse files
Use lxml 5.4.0 with py3.13 support
Signed-off-by: Ayan Sinha Mahapatra <[email protected]>
1 parent fec416a commit 80563e7

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

requirements-native.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cffi==1.16.0
2-
intbitset==3.1.0
3-
lxml==5.1.0
2+
intbitset==4.0.0
3+
lxml==5.4.0
44
MarkupSafe==2.1.5
5-
pyahocorasick==2.1.0
5+
pyahocorasick==2.2.0
66
PyYAML==6.0.1

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,14 @@ html5lib==1.1
3030
idna==3.3
3131
importlib-metadata==4.12.0
3232
inflection==0.5.1
33-
intbitset==3.1.0
33+
intbitset==4.0.0
3434
isodate==0.6.1
3535
jaraco.functools==4.1.0
3636
javaproperties==0.8.1
3737
Jinja2==3.1.3
3838
jsonstreams==0.6.0
3939
license-expression==30.4.1
40-
lxml==5.1.0
40+
lxml==5.4.0
4141
MarkupSafe==2.1.5
4242
more-itertools==8.13.0
4343
normality==2.3.3
@@ -53,7 +53,7 @@ pluggy==1.0.0
5353
plugincode==32.0.0
5454
ply==3.11
5555
publicsuffix2==2.20191221
56-
pyahocorasick==2.1.0
56+
pyahocorasick==2.2.0
5757
pycparser==2.21
5858
pygmars==0.9.0
5959
Pygments==2.13.0

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ install_requires =
8686
jinja2 >= 2.7.0
8787
jsonstreams >= 0.5.0
8888
license_expression >= 30.4.1
89-
lxml >= 4.9.2
89+
lxml >= 5.4.0
9090
MarkupSafe >= 2.1.2
9191
packageurl_python >= 0.9.0
9292
packvers >= 21.0.0

0 commit comments

Comments
 (0)