Skip to content

Commit 602c053

Browse files
build(deps-dev): update pytest-sugar requirement from <1.0,>=0.9.6 to >=0.9.6,<2.0 (#796)
Updates the requirements on [pytest-sugar](https://github.com/Teemu/pytest-sugar) to permit the latest version. - [Release notes](https://github.com/Teemu/pytest-sugar/releases) - [Changelog](https://github.com/Teemu/pytest-sugar/blob/main/CHANGES.rst) - [Commits](Teemu/pytest-sugar@v0.9.7...v1.0.0) --- updated-dependencies: - dependency-name: pytest-sugar dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3824afc commit 602c053

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ plots = ["scikit-learn", "pandas", "numpy"]
4949
markdown = ["matplotlib"]
5050
tests = [
5151
"pytest>=7.2.0,<9.0",
52-
"pytest-sugar>=0.9.6,<1.0",
52+
"pytest-sugar>=0.9.6,<2.0",
5353
"pytest-cov>=3.0.0,<5.0",
5454
"pytest-mock>=3.8.2,<4.0",
5555
"dvclive[image,plots,markdown]",

0 commit comments

Comments
 (0)