From df8056f41510ccd9ac2027d87cb6d5d3192f8bb1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 14:45:41 +0000 Subject: [PATCH] build(deps-dev): bump pytest-sugar from 0.9.7 to 1.0.0 Bumps [pytest-sugar](https://github.com/Teemu/pytest-sugar) from 0.9.7 to 1.0.0. - [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 update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 529e1dcf..8364862d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -64,7 +64,7 @@ namespaces = false dev = [ "pre-commit==3.5.0", "pytest==8.0.0", - "pytest-sugar==0.9.7", + "pytest-sugar==1.0.0", "pytest-instafail==0.5.0", "pytest-cov==4.1.0", "flake8==7.0.0",