From f921ec6ed7ef3821fcf7ad2c5849615c080bc1d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Jul 2022 21:19:02 +0000 Subject: [PATCH] Bump lxml from 4.7.1 to 4.9.1 in /python-dependency/example5 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 ... Signed-off-by: dependabot[bot] --- python-dependency/example5/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-dependency/example5/setup.py b/python-dependency/example5/setup.py index 2edd9df..509c457 100644 --- a/python-dependency/example5/setup.py +++ b/python-dependency/example5/setup.py @@ -3,5 +3,5 @@ setuptools.setup( name='write2xml', version='1.0.0', - install_requires=['lxml==4.7.1'] + install_requires=['lxml==4.9.1'] ) \ No newline at end of file