Skip to content

Commit

Permalink
chore(deps): update dependency jinja2 to >=3.1.2,<4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 25, 2022
1 parent 2e431de commit cd20391
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 @@ -32,7 +32,7 @@ def find_templates():
packages=find_packages(),
install_requires=[
"click >=6.0,<7.0",
"jinja2 >=2.10.1,<3.1",
"jinja2 >=3.1.2,<4",
"requests >=2.21.0,<2.23",
],
package_data={"packetnetworking": find_templates()},
Expand Down

0 comments on commit cd20391

Please sign in to comment.