From 6d57a44736af7b58b6186907794b1323ed39d694 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 10:55:31 +0000 Subject: [PATCH] Bump lxml from 5.2.1 to 5.2.2 Bumps [lxml](https://github.com/lxml/lxml) from 5.2.1 to 5.2.2. - [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.2.1...lxml-5.2.2) --- updated-dependencies: - dependency-name: lxml dependency-type: direct:production update-type: version-update:semver-patch ... 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 e65fd198..5561cd74 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.2.1 +lxml==5.2.2 diff --git a/setup.cfg b/setup.cfg index ac2cff57..55779370 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.2.1 + lxml==5.2.2 python_requires = >=3.9