From 67ca7d0b4ea625b6abfdfc2d315552bb578a8be6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Dec 2022 05:03:25 +0000 Subject: [PATCH] Bump lxml from 4.8.0 to 4.9.2 Bumps [lxml](https://github.com/lxml/lxml) from 4.8.0 to 4.9.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-4.8.0...lxml-4.9.2) --- 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 11b36c6..3841fcb 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -32,7 +32,7 @@ iniconfig==1.1.1 # via pytest jinja2==3.0.3 # via sphinx -lxml==4.8.0 +lxml==4.9.2 # via -r test-requirements.in markupsafe==2.0.1 # via jinja2