Skip to content

Commit

Permalink
⬆️ Update lxml requirement from <5.0,>=4.6.5 to >=4.6.5,<6.0
Browse files Browse the repository at this point in the history
Updates the requirements on [lxml](https://github.com/lxml/lxml) to permit the latest version.
- [Release notes](https://github.com/lxml/lxml/releases)
- [Changelog](https://github.com/lxml/lxml/blob/master/CHANGES.txt)
- [Commits](lxml/lxml@lxml-4.6.5...lxml-5.3.0)

---
updated-dependencies:
- dependency-name: lxml
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 1, 2024
1 parent 7b844b1 commit 7061db8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ test = [
"pytest-cov~=6.0",
"syrupy~=4.0",
"sphinxcontrib-plantuml~=0.0",
"lxml>=4.6.5,<5.0",
"lxml>=4.6.5,<6.0",
"responses~=0.22.0",
"pytest-xprocess~=1.0",
]
Expand Down

0 comments on commit 7061db8

Please sign in to comment.