From 86369864be10fe7c213963e10b8410506b3acf27 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 18:17:03 +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 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 1efed2a..ef5a536 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ avro==1.11.3 dpkt==1.9.8 -lxml==4.9.3 +lxml==5.3.0 numpy==1.26.1 fastavro==1.8.4 six>=1.12.0 diff --git a/setup.cfg b/setup.cfg index af3de85..4c27581 100644 --- a/setup.cfg +++ b/setup.cfg @@ -44,7 +44,7 @@ python_requires = >= 3.6 install_requires = avro==1.11.1 dpkt==1.9.8 - lxml==4.9.2 + lxml==5.3.0 numpy==1.24.1 fastavro==1.7.0 six>=1.12.0