Skip to content

Commit d0f968f

Browse files
dependabot[bot]COM8
authored andcommitted
Update lxml requirement from ~4.9 to ~5.0
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.0...lxml-5.0.0) --- updated-dependencies: - dependency-name: lxml dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4e25fdf commit d0f968f

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
@@ -7,7 +7,7 @@ license = "MIT"
77

88
[tool.poetry.dependencies]
99
python = "^3.9"
10-
lxml = "~4.9"
10+
lxml = "~5.0"
1111
pyopenmensa = "~0.95"
1212
requests = "~2.31"
1313
deepl = "^1.2.1"

0 commit comments

Comments
 (0)