From f7ba2a90b8ac3946d45d893df33450cb7d8bc9f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Mar 2024 16:39:37 +0000 Subject: [PATCH] chore(deps-dev): bump pytest-sugar in /backend/requirements 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:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- backend/requirements/development.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements/development.txt b/backend/requirements/development.txt index af2b79c..ec7177b 100644 --- a/backend/requirements/development.txt +++ b/backend/requirements/development.txt @@ -9,7 +9,7 @@ tblib==3.0.0 # https://pypi.org/project/tblib/ # ------------------------------------------------------------------------------ mypy==1.8.0 # https://github.com/python/mypy django-stubs==4.2.7 # https://github.com/typeddjango/django-stubs -pytest-sugar==0.9.7 # https://github.com/Frozenball/pytest-sugar +pytest-sugar==1.0.0 # https://github.com/Frozenball/pytest-sugar # Code quality # ------------------------------------------------------------------------------