From 6d9112d2032d5a922c9b6b52bba7355dcc5fd8dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Aug 2022 10:35:03 +0000 Subject: [PATCH] Bump lxml from 4.6.5 to 4.9.1 in /star2xml Bumps [lxml](https://github.com/lxml/lxml) from 4.6.5 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.6.5...lxml-4.9.1) --- updated-dependencies: - dependency-name: lxml dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- star2xml/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/star2xml/requirements.txt b/star2xml/requirements.txt index a8e6384..4511c03 100644 --- a/star2xml/requirements.txt +++ b/star2xml/requirements.txt @@ -1,7 +1,7 @@ pandas==1.2.2 PyYAML==5.4.1 argparse==1.4.0 -lxml==4.6.5 +lxml==4.9.1 datetime==4.3 openpyxl==3.0.6 requests==2.25.1