Skip to content

Commit 5af2124

Browse files
Update pytest requirement from <10,>=9.1.0 to >=9.1.1,<10 (#40)
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@9.1.0...9.1.1) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.1.1 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 41994ca commit 5af2124

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
@@ -55,7 +55,7 @@ build = [
5555
]
5656

5757
tests = [
58-
"pytest>=9.1.0,<10",
58+
"pytest>=9.1.1,<10",
5959
"pytest-cov>=7.1.0,<8",
6060
"pytest-xdist>=3.8.0,<4",
6161
"rfdetr[train]",

0 commit comments

Comments
 (0)