From 7f3200d1075a826974553ee54332c6d452c3b02d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 3 Mar 2024 14:41:08 +0000 Subject: [PATCH] build(deps-dev): update pytest-sugar requirement 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](https://github.com/Teemu/pytest-sugar/compare/v0.9.7...v1.0.0) --- updated-dependencies: - dependency-name: pytest-sugar dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b2e3ed95..cccce557 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ plots = ["scikit-learn", "pandas", "numpy"] markdown = ["matplotlib"] tests = [ "pytest>=7.2.0,<9.0", - "pytest-sugar>=0.9.6,<1.0", + "pytest-sugar>=0.9.6,<2.0", "pytest-cov>=3.0.0,<5.0", "pytest-mock>=3.8.2,<4.0", "dvclive[image,plots,markdown]",