From 38eddccf8527771a6e1c52cdc1dd8dacee9bbf31 Mon Sep 17 00:00:00 2001 From: Jamie Hardt Date: Fri, 25 Oct 2024 12:26:02 -0700 Subject: [PATCH] Update pyproject.toml Update lxml dependency to ~= 5.3.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0fa6840..500d65e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ classifiers = [ "Programming Language :: Python :: 3.13" ] dependencies = [ - "lxml ~= 4.9.2" + "lxml ~= 5.3.0" ] keywords = [ 'waveform',