Update pyproject.toml

Update lxml dependency to ~= 5.3.0
This commit is contained in:
Jamie Hardt
2024-10-25 12:26:02 -07:00
committed by GitHub
parent d3e8349d81
commit 38eddccf85

View File

@@ -21,7 +21,7 @@ classifiers = [
"Programming Language :: Python :: 3.13" "Programming Language :: Python :: 3.13"
] ]
dependencies = [ dependencies = [
"lxml ~= 4.9.2" "lxml ~= 5.3.0"
] ]
keywords = [ keywords = [
'waveform', 'waveform',