From a4abf4d606ce22b100477c7b11d5e8b45eab98e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 10:58:29 +0000 Subject: [PATCH] Bump lxml from 5.2.1 to 5.2.2 (#725) --- 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