From 3ece0648c2ee500b61be639f7ecc92fb5e8d8412 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Jul 2023 21:15:26 +0000 Subject: [PATCH] Bump lxml from 3.4 to 4.9.3 Bumps [lxml](https://github.com/lxml/lxml) from 3.4 to 4.9.3. - [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-3.4.0...lxml-4.9.3) --- updated-dependencies: - dependency-name: lxml dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c1b286d..a757fe5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -24,5 +24,5 @@ pysocks==1.6.6 unittest2==1.1.0 coverage==4.0.3 xmlunittest==0.3.2 -lxml==3.4 +lxml==4.9.3 mock==2.0.0