Skip to content

Commit 0983a59

Browse files
Update pytest requirement from <9.0,>=7.2 to >=7.2,<10.0 (#1380)
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@7.2.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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 57fd690 commit 0983a59

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
@@ -43,7 +43,7 @@ where = ["src"]
4343
[project.optional-dependencies]
4444
test = [
4545
"coverage[toml]>=6.3,<8.0",
46-
"pytest>=7.2,<9.0",
46+
"pytest>=7.2,<10.0",
4747
"pytest-rerunfailures>=14,<17",
4848
]
4949
lint = [

0 commit comments

Comments
 (0)