From f60239ec6d3fdc9e2f3135be35b582e180e62c34 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 16:55:09 +0000 Subject: [PATCH] Bump lxml from 5.1.0 to 5.2.1 Bumps [lxml](https://github.com/lxml/lxml) from 5.1.0 to 5.2.1. - [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-5.1.0...lxml-5.2.1) --- updated-dependencies: - dependency-name: lxml dependency-type: direct:production update-type: version-update:semver-minor ... 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 bf6e2be1..13b465d3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,4 +3,4 @@ PyYAML==6.0 greenery==4.0.0 networkx==3.2.1 beautifulsoup4==4.12.2 -lxml==5.1.0 +lxml==5.2.1 diff --git a/setup.cfg b/setup.cfg index 4a98bcf8..3616c60c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -24,7 +24,7 @@ install_requires = greenery==4.0.0 networkx==3.2.1 beautifulsoup4==4.12.0 - lxml==5.1.0 + lxml==5.2.1 python_requires = >=3.9