Skip to content

Commit

Permalink
Update lxml requirement from ~=4.9.3 to >=4.9.3,<5.1.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.9.3...lxml-5.0.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and andrecsilva committed Jan 2, 2024
1 parent ad239c6 commit efc0926
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 @@ -49,7 +49,7 @@ test = [
"Flask<4",
"GitPython<4",
"Jinja2~=3.1.2",
"lxml~=4.9.3",
"lxml>=4.9.3,<5.1.0",
"mock==5.1.*",
"pre-commit<4",
"Pyjwt~=2.8.0",
Expand Down

0 comments on commit efc0926

Please sign in to comment.