Use markupsafe.Markup instead of jinja2.Markup
authorMagnus Hagander <magnus@hagander.net>
Fri, 13 Dec 2024 12:57:40 +0000 (13:57 +0100)
committerMagnus Hagander <magnus@hagander.net>
Fri, 13 Dec 2024 12:57:40 +0000 (13:57 +0100)
commitd3735cc897a3157917b7044056dff0a8fbc243b3
treebe18ba4a335d8ce0953ef9a54e5707cd221da9c8
parentf3695b6a6b80524fb151fb0680b7bc5c86bf5f05
Use markupsafe.Markup instead of jinja2.Markup

This has been deprecated for a while and even before that (since 2.5) it
was just an alias, so switching our import should make no difference
other than working on jinja2 3.1.
postgresqleu/confreg/jinjafunc.py
tools/deploystatic/deploystatic.py