Skip to content

Commit

Permalink
Update jinja versions allowed in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
moggers87 committed Apr 7, 2024
1 parent 3f91814 commit b600ef0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
python_requires=">=3.8",
install_requires=[
"click",
"jinja2>=3.0,<3.1",
"jinja2>=3.0,<3.2",
"markdown",
"ruamel.yaml",
"typogrify",
Expand Down

0 comments on commit b600ef0

Please sign in to comment.