Skip to content

Commit

Permalink
fix: Jinja2 3.0.1 dep
Browse files Browse the repository at this point in the history
  • Loading branch information
peppelinux committed Mar 27, 2022
1 parent 834c9f2 commit 88138bf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/spid_sp_test/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@


BASE_DIR = Path(__file__).resolve().parent
__version__ = "1.1.4"
__version__ = "1.1.5"
__name__ = "spid_sp_test"
logger = logging.getLogger(__name__)

Expand Down
4 changes: 3 additions & 1 deletion src/spid_sp_test/response.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@


from copy import deepcopy
from jinja2 import Environment, Markup, FileSystemLoader, Template, select_autoescape
from jinja2 import Environment, FileSystemLoader, Template, select_autoescape
from markupsafe import Markup

from lxml import etree

from saml2.sigver import CryptoBackendXmlSec1, XmlsecError
Expand Down

0 comments on commit 88138bf

Please sign in to comment.