Skip to content

Commit

Permalink
updated poetry version in configs
Browse files Browse the repository at this point in the history
  • Loading branch information
ryankanno committed Nov 4, 2023
1 parent f59b19f commit a65f7b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cookiecutter.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

"python_version": "3.11",
"supported_python_versions": "3.9, 3.10, 3.11, 3.12, pypy3.9, pypy3.10",
"poetry_version": "1.1.14",
"poetry_version": "1.7.0",
"tox_version": "4.11.3",

"should_create_author_files": "y",
Expand Down
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def default_context(request: SubRequest) -> Dict[str, str]:
"version": "0.0.1",
"python_version": "3.11",
"supported_python_versions": "3.9, 3.10, 3.11, 3.12, pypy3.9, pypy3.10",
"poetry_version": "1.1.14",
"poetry_version": "1.7.0",
"should_create_author_files": "y",
"should_install_github_dependabot": "y",
"should_automerge_autoapprove_github_dependabot": "y",
Expand Down

0 comments on commit a65f7b9

Please sign in to comment.