From 704b5b67592cc1a047a9bb18305a7dc351d2af5c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Jul 2022 19:48:21 +0000 Subject: [PATCH] Bump lxml from 4.6.3 to 4.9.1 in /SBMLparser Bumps [lxml](https://github.com/lxml/lxml) from 4.6.3 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.3...lxml-4.9.1) --- updated-dependencies: - dependency-name: lxml dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- SBMLparser/requirements.txt | 2 +- SBMLparser/requirements_win.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/SBMLparser/requirements.txt b/SBMLparser/requirements.txt index 34c374f..9b040ef 100644 --- a/SBMLparser/requirements.txt +++ b/SBMLparser/requirements.txt @@ -1,7 +1,7 @@ altgraph==0.15 decorator==4.2.1 future==0.16.0 -lxml==4.6.3 +lxml==4.9.1 macholib==1.9 networkx==2.1 numpy diff --git a/SBMLparser/requirements_win.txt b/SBMLparser/requirements_win.txt index 155b3c2..cd1f6e4 100644 --- a/SBMLparser/requirements_win.txt +++ b/SBMLparser/requirements_win.txt @@ -1,7 +1,7 @@ altgraph==0.15 decorator==4.2.1 future==0.16.0 -lxml==4.6.3 +lxml==4.9.1 macholib==1.9 networkx==2.1 numpy==1.14.2