Bump pytest-sugar from 0.9.6 to 0.9.7

Bumps [pytest-sugar](https://github.com/Teemu/pytest-sugar) from 0.9.6 to 0.9.7.
- [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/commits/v0.9.7)

---
updated-dependencies:
- dependency-name: pytest-sugar
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-04-10 15:10:44 +00:00 committed by GitHub
parent 26a523a9b5
commit 688ce842d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 8 deletions

18
poetry.lock generated
View File

@ -3787,20 +3787,23 @@ testing = ["Django", "django-configurations (>=2.0)"]
[[package]]
name = "pytest-sugar"
version = "0.9.6"
version = "0.9.7"
description = "pytest-sugar is a plugin for pytest that changes the default look and feel of pytest (e.g. progressbar, show tests that fail instantly)."
category = "main"
optional = false
python-versions = "*"
files = [
{file = "pytest-sugar-0.9.6.tar.gz", hash = "sha256:c4793495f3c32e114f0f5416290946c316eb96ad5a3684dcdadda9267e59b2b8"},
{file = "pytest_sugar-0.9.6-py2.py3-none-any.whl", hash = "sha256:30e5225ed2b3cc988a8a672f8bda0fc37bcd92d62e9273937f061112b3f2186d"},
{file = "pytest-sugar-0.9.7.tar.gz", hash = "sha256:f1e74c1abfa55f7241cf7088032b6e378566f16b938f3f08905e2cf4494edd46"},
{file = "pytest_sugar-0.9.7-py2.py3-none-any.whl", hash = "sha256:8cb5a4e5f8bbcd834622b0235db9e50432f4cbd71fef55b467fe44e43701e062"},
]
[package.dependencies]
packaging = ">=14.1"
pytest = ">=2.9"
termcolor = ">=1.1.0"
packaging = ">=21.3"
pytest = ">=6.2.0"
termcolor = ">=2.1.0"
[package.extras]
dev = ["black", "flake8", "pre-commit"]
[[package]]
name = "python-crontab"
@ -4884,6 +4887,7 @@ category = "main"
optional = false
python-versions = "*"
files = [
{file = "wcwidth-0.2.6-py2.py3-none-any.whl", hash = "sha256:795b138f6875577cd91bba52baf9e445cd5118fd32723b460e30a0af30ea230e"},
{file = "wcwidth-0.2.6.tar.gz", hash = "sha256:a5220780a404dbe3353789870978e472cfe477761f06ee55077256e509b156d0"},
]
@ -5202,4 +5206,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"]
[metadata]
lock-version = "2.0"
python-versions = "^3.11"
content-hash = "b1641a6d847e2c80d13cd4c2648f99f5526f10e2a1ca032fa6efcd47aaa8b96a"
content-hash = "c9253e78b1cec8706a6f910d1a8f19899e7e8204dd027a94c924f00ff19b6d28"

View File

@ -39,7 +39,7 @@ watchfiles = "^0.18.1"
mypy = "^0.991"
django-stubs = {extras = ["compatible-mypy"], version = "^1.14.0"}
pytest = "^7.2.2"
pytest-sugar = "^0.9.6"
pytest-sugar = "^0.9.7"
djangorestframework-stubs = {extras = ["compatible-mypy"], version = "^1.8.0"}
sphinx = "^6.1.1"
sphinx-autobuild = "^2021.3.14"