From ed02fb6a9a3f0cada9cbf8788f80880527093fb3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Mar 2021 23:20:30 +0000 Subject: [PATCH] Bump pyyaml from 5.3 to 5.4 Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.3 to 5.4. - [Release notes](https://github.com/yaml/pyyaml/releases) - [Changelog](https://github.com/yaml/pyyaml/blob/master/CHANGES) - [Commits](https://github.com/yaml/pyyaml/compare/5.3...5.4) Signed-off-by: dependabot[bot] --- requirements.in | 2 +- requirements.txt | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/requirements.in b/requirements.in index 213cea4..486979b 100644 --- a/requirements.in +++ b/requirements.in @@ -1,4 +1,4 @@ click==7.0 pyyaml-include==1.2 -pyyaml==5.3 +pyyaml==5.4 git+https://github.com/CivicActions/secrender.git#egg=secrender \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index 9a07067..81a8420 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,6 +5,8 @@ # pip-compile # click==7.0 +jinja2==2.11.3 +markupsafe==1.1.1 pyyaml-include==1.2 -pyyaml==5.3 -git+https://github.com/CivicActions/secrender.git#egg=secrender \ No newline at end of file +pyyaml==5.4 +git+https://github.com/CivicActions/secrender.git#egg=secrender