Skip to content

Commit 41f4013

Browse files
Update pytest requirement from ~=8.0 to >=8,<10
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.2) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.2 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2ad767e commit 41f4013

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ dev = ["pre-commit>=3.0.0"]
3333
tests = [
3434
"pytest-cov >= 6,< 8",
3535
"pytest-mock ~= 3.14",
36-
"pytest ~= 8.0",
36+
"pytest >= 8,< 10",
3737
"ruamel.yaml >= 0.17",
3838
"python-on-whales ~=0.75",
3939
]

0 commit comments

Comments
 (0)