From 04ff5eb07e7ead80d6f2a5c749d7fc34716e7e6a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Oct 2024 11:15:27 +0000 Subject: [PATCH] Bump lxml from 4.9.2 to 5.3.0 Bumps [lxml](https://github.com/lxml/lxml) from 4.9.2 to 5.3.0. - [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.2...lxml-5.3.0) --- updated-dependencies: - dependency-name: lxml dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- requirements_dev.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 565bee00..da838c65 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ colorful==0.5.4 filetype==1.2.0 junit-xml==1.9 emoji==2.2.0 -lxml==4.9.2 +lxml==5.3.0 semver==3.0.2 IPython==7.16.1 orjson==3.8.8 diff --git a/requirements_dev.txt b/requirements_dev.txt index ac69153a..1c1c4a9a 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -6,7 +6,7 @@ colorful==0.5.4 filetype==1.2.0 junit-xml==1.9 emoji==2.2.0 -lxml==4.9.2 +lxml==5.3.0 ddt==1.6.0 pytest==7.4.0 nose==1.3.7