From 2fa3e78d4dbd12d4a38876559447c45acad53267 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Jan 2021 23:16:55 +0000 Subject: [PATCH] chore(deps): bump lxml from 4.4.1 to 4.6.2 in /backend Bumps [lxml](https://github.com/lxml/lxml) from 4.4.1 to 4.6.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.4.1...lxml-4.6.2) Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 52aa54f..37b5b37 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -5,7 +5,7 @@ fastapi==0.42.0 h11==0.8.1 httptools==0.0.13 idna==2.8 -lxml==4.4.1 +lxml==4.6.2 pydantic==0.32.2 requests==2.22.0 starlette==0.12.9