From 12cc564b5b5c26db31d96a7e9c0b29da84f23ad4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Feb 2024 16:35:08 +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 c9be0fc..300742b 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 7cde4de..fee426b 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.23.5 psutil~=5.9.4 pymediainfo~=6.0.1