Skip to content

Commit 3066eac

Browse files
Merge pull request #7 from space-contributes/dependabot/pip/lxml-6.0.0
Bump lxml from 5.4.0 to 6.0.0
2 parents 0719c27 + 7b78d22 commit 3066eac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ beautifulsoup4 = "^4.13.4" # Core dependency for parsing HTML
1111
# Optional parser backend for BeautifulSoup. If you want to ensure it's available
1212
# for faster parsing, you can uncomment this. BeautifulSoup will fall back to
1313
# Python's built-in html.parser if lxml isn't installed.
14-
lxml = "^5.4.0"
14+
lxml = "^6.0.0"
1515

1616
[build-system]
1717
requires = ["poetry-core"]

0 commit comments

Comments
 (0)