aboutsummaryrefslogtreecommitdiff
path: root/blog/pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'blog/pyproject.toml')
-rw-r--r--blog/pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/blog/pyproject.toml b/blog/pyproject.toml
index b75e9a8c..cd795e01 100644
--- a/blog/pyproject.toml
+++ b/blog/pyproject.toml
@@ -11,7 +11,7 @@ python = "^3.9"
bicephalus = { git = "https://github.com/alexpdp7/bicephalus.git" }
htmlgenerator = "^1.2.32"
feedgen = "^1.0.0"
-lxml = "^5.3.0"
+lxml = "^5.3.1"
[tool.poetry.group.dev.dependencies]
pytest = "^8.3.4"