Skip to content

Commit 860cd84

Browse files
committed
Update jinja version constraint. #61
1 parent 7dc82a9 commit 860cd84

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ dynamic = ["version"]
88
requires-python = ">=3.7"
99
dependencies = [
1010
"systemrdl-compiler ~= 1.31",
11-
"Jinja2 ~= 2.9",
11+
"Jinja2 ~= 3.0",
1212
"markdown",
1313
"git-me-the-url ~= 2.2",
1414
"python-markdown-math",

src/peakrdl_html/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version_info = (2, 12, 0)
1+
version_info = (2, 12, 1)
22
__version__ = ".".join([str(n) for n in version_info])

0 commit comments

Comments
 (0)