Skip to content

Commit e237bed

Browse files
⬆ Update pytest requirement from <9,>=8.1.1 to >=8.1.1,<10 (#34)
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.1.1...9.0.0) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e539cc2 commit e237bed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Repository = "https://github.com/Chisanan232/Template-Python-UV-Project"
3131

3232
[dependency-groups]
3333
dev = [
34-
"pytest>=8.1.1,<9",
34+
"pytest>=8.1.1,<10",
3535
"pytest-cov>=5.0.0,<8",
3636
"coverage~=7.10",
3737
"pytest-rerunfailures>=14.0,<17",

0 commit comments

Comments
 (0)