From 4b2ed4a8d6ba905459ac1ddac68ca9632dd33a1b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Jul 2022 06:06:20 +0000 Subject: [PATCH] Bump lxml from 4.7.1 to 4.9.1 Bumps [lxml](https://github.com/lxml/lxml) from 4.7.1 to 4.9.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-4.7.1...lxml-4.9.1) --- updated-dependencies: - dependency-name: lxml dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- test_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_requirements.txt b/test_requirements.txt index f4596c73dcb4..6000d0ec209d 100644 --- a/test_requirements.txt +++ b/test_requirements.txt @@ -11,7 +11,7 @@ hypothesis==6.36.2 idna==3.3 importlib-metadata==4.8.1; python_version<'3.8' iniconfig==1.1.1 -lxml==4.7.1 +lxml==4.9.1 mypy==0.931 mypy-extensions==0.4.3 numpy~=1.21.5; python_version<'3.8'