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