Skip to content

Commit ecbc643

Browse files
chore: update pytest requirement in /{{cookiecutter.repo_name}}
Updates the requirements on [pytest](https://github.com/pytest-dev/pytest) to permit the latest version. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@8.0.0...9.0.1) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 70d134c commit ecbc643

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)