Skip to content

Commit d19156a

Browse files
build(deps-dev): 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.0) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 617f2df commit d19156a

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
@@ -37,7 +37,7 @@ dev = [
3737
"pytest-random-order~=1.1",
3838
"pytest-timeout~=2.2",
3939
"pytest-xvfb~=3.0",
40-
"pytest~=8.0",
40+
"pytest>=8,<10",
4141
"pytest-cov~=6.1.1",
4242
"watchdog~=6.0",
4343
"pre_commit~=4.2",

0 commit comments

Comments
 (0)