From 7bca19e55b45294004d554a5a7951a9d39c8c0ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Jun 2024 11:24:47 -0500 Subject: [PATCH] Bump lxml from 5.1.0 to 5.2.2 (#49) Bumps [lxml](https://github.com/lxml/lxml) from 5.1.0 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.1.0...lxml-5.2.2) --- updated-dependencies: - dependency-name: lxml dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements_tests.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_tests.txt b/requirements_tests.txt index 684f879..ea8764d 100644 --- a/requirements_tests.txt +++ b/requirements_tests.txt @@ -1,2 +1,2 @@ -lxml==5.1.0 +lxml==5.2.2 pytest==7.1.3