Skip to content

Commit

Permalink
Better specify cookiecutter version pin
Browse files Browse the repository at this point in the history
According to Dependabot, versions before 2.1.1 had a security
vulnerability.
  • Loading branch information
matyaskuti committed Oct 15, 2023
1 parent aa379e0 commit c0c2891
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 @@ -22,7 +22,7 @@
author="Mendix Cloud Value Added Services Team",
author_email="dis_valueaddedservices@mendix.com",
packages=[],
install_requires=["cookiecutter<3"],
install_requires=["cookiecutter>2.1.1,<3"],
extras_require={
"lint": [
"flake8<7",
Expand Down

0 comments on commit c0c2891

Please sign in to comment.