aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 9332a3ff..fbb72048 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -37,7 +37,7 @@ dependencies = [
"flatbuffers==2.0.7",
"numpy<=1.21.3; python_version<='3.7'",
"numpy; python_version>'3.7'",
- "lxml>=4.5.1"
+ "lxml>=4.5.2"
]
dynamic = ["readme", "version"]