From a55e0b1ad07f39e17c9e92f61c50bcb376ab418d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Jul 2022 20:47:08 +0000 Subject: [PATCH] Bump lxml from 3.3.5 to 4.9.1 in /ocd_backend Bumps [lxml](https://github.com/lxml/lxml) from 3.3.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-3.3.5...lxml-4.9.1) --- updated-dependencies: - dependency-name: lxml dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- ocd_backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ocd_backend/requirements.txt b/ocd_backend/requirements.txt index de503cb3..c4868482 100644 --- a/ocd_backend/requirements.txt +++ b/ocd_backend/requirements.txt @@ -1,6 +1,6 @@ -e git+https://github.com/mikeboers/PyAV.git@34d568f924e7dbb49a6f337e7791204c64fd8c52#egg=av Pillow>=6.2.0 -lxml==3.3.5 +lxml==4.9.1 celery==3.1.26.post2 redis==2.10.6 elasticsearch>=5.0.0,<6.0.0