From e74b5e82fb36d8a36d604c4074c5859da4f1f614 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Feb 2024 18:20:24 +0000 Subject: [PATCH] build(deps): update lxml requirement from ~=4.9.1 to ~=5.1.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](https://github.com/lxml/lxml/compare/lxml-4.9.1...lxml-5.1.0) --- updated-dependencies: - dependency-name: lxml dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docs/requirements.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 3d12144..e58362c 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,6 +1,6 @@ sphinx-autodoc-typehints~=1.19.5 loguru~=0.6.0 -lxml~=4.9.1 +lxml~=5.1.0 pymediainfo~=6.0.1 requests~=2.28.1 langcodes~=3.3.0 diff --git a/requirements.txt b/requirements.txt index 7effba4..d3d3e14 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ langcodes~=3.3.0 language-data~=1.1 loguru~=0.6.0 -lxml~=4.9.1 +lxml~=5.1.0 numpy~=1.26.4 psutil~=5.9.8 pymediainfo~=6.0.1