From eab0fd4b862ac1d325891c57e4dbe3a94d244d8c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Mar 2021 02:36:10 +0000 Subject: [PATCH] Bump jinja2 in /MoviePlots/text_generation/with-titles/app Bumps [jinja2](https://github.com/pallets/jinja) from 2.10.3 to 2.11.3. - [Release notes](https://github.com/pallets/jinja/releases) - [Changelog](https://github.com/pallets/jinja/blob/master/CHANGES.rst) - [Commits](https://github.com/pallets/jinja/compare/2.10.3...2.11.3) Signed-off-by: dependabot[bot] --- MoviePlots/text_generation/with-titles/app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MoviePlots/text_generation/with-titles/app/requirements.txt b/MoviePlots/text_generation/with-titles/app/requirements.txt index 72fbab5..9ad7651 100644 --- a/MoviePlots/text_generation/with-titles/app/requirements.txt +++ b/MoviePlots/text_generation/with-titles/app/requirements.txt @@ -2,6 +2,6 @@ starlette==0.13.0 uvicorn==0.10.8 aiofiles==0.4.0 aiohttp==3.6.2 -jinja2==2.10.3 +jinja2==2.11.3 torch==1.3.1 transformers==2.2.1 \ No newline at end of file