Skip to content

Commit 0882844

Browse files
chore: update pytest requirement from ~=8.0 to ~=9.0 in /{{cookiecutter.repo_name}} (#127)
1 parent 70d134c commit 0882844

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

{{cookiecutter.repo_name}}/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ dev = [
1111
"build~=1.0",
1212
"pre-commit~=4.0",
1313
"pyright==1.1.407",
14-
"pytest~=8.0",
14+
"pytest~=9.0",
1515
"ruff~=0.14.3",
1616
"twine~=6.1",
1717
]

0 commit comments

Comments
 (0)