We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0719c27 + 7b78d22 commit 3066eacCopy full SHA for 3066eac
pyproject.toml
@@ -11,7 +11,7 @@ beautifulsoup4 = "^4.13.4" # Core dependency for parsing HTML
11
# Optional parser backend for BeautifulSoup. If you want to ensure it's available
12
# for faster parsing, you can uncomment this. BeautifulSoup will fall back to
13
# Python's built-in html.parser if lxml isn't installed.
14
-lxml = "^5.4.0"
+lxml = "^6.0.0"
15
16
[build-system]
17
requires = ["poetry-core"]
0 commit comments