Skip to content

Commit

Permalink
Update lxml requirement from ~5.1 to ~5.2
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-5.1.0...lxml-5.2.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and COM8 committed Apr 13, 2024
1 parent 1eafc4d commit 300938d
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 @@ -7,7 +7,7 @@ license = "MIT"

[tool.poetry.dependencies]
python = "^3.9"
lxml = "~5.1"
lxml = "~5.2"
pyopenmensa = "~0.95"
requests = "~2.31"
deepl = "^1.2.1"
Expand Down

0 comments on commit 300938d

Please sign in to comment.