Skip to content

Commit 536f32b

Browse files
committed
Update lxml to 5.4.0
1 parent 3b1cc07 commit 536f32b

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@ This project adheres to [Semantic Versioning](http://semver.org/).
66

77
*Stay tuned...*
88

9-
## [v0.18.3]
9+
### Changes
1010
- Test Python 3.14 support
11+
- Update lxml 5.4.0 to support Python 3.14
1112

1213
## [v0.18.2]
1314

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ colorful==0.5.6
33
docopt==0.6.2
44
ipython==7.34.0
55
tag-expressions>=2.0.0
6-
lxml==5.3.0
6+
lxml==5.4.0
7+
lxml==6.0.2; python_version >= '3.14'
78
parse_type==0.6.4
89
coverage==7.2.7
910
PyYAML==6.0.1

0 commit comments

Comments
 (0)