Update dependency pytest-sugar to v0.9.5 (develop)

This commit is contained in:
RenovateBot 2022-07-17 09:33:31 +00:00
parent 715faee7ea
commit a6b1e10a75
2 changed files with 5 additions and 4 deletions

7
api/poetry.lock generated
View File

@ -1602,7 +1602,7 @@ pytest = "*"
[[package]]
name = "pytest-sugar"
version = "0.9.4"
version = "0.9.5"
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 = "dev"
optional = false
@ -2128,7 +2128,7 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"]
[metadata]
lock-version = "1.1"
python-versions = "^3.7"
content-hash = "08ea4706119d5be83d58b2b37dae1a51e4c45dbe647a48a75070a5d5cd8c9d4f"
content-hash = "b290bd53936bbff2c1a358c3621a967ba7fa5ea7052c37305ad13fa85d57f3c2"
[metadata.files]
aiohttp = [
@ -3262,7 +3262,8 @@ pytest-randomly = [
{file = "pytest_randomly-3.12.0-py3-none-any.whl", hash = "sha256:f4f2e803daf5d1ba036cc22bf4fe9dbbf99389ec56b00e5cba732fb5c1d07fdd"},
]
pytest-sugar = [
{file = "pytest-sugar-0.9.4.tar.gz", hash = "sha256:b1b2186b0a72aada6859bea2a5764145e3aaa2c1cfbb23c3a19b5f7b697563d3"},
{file = "pytest-sugar-0.9.5.tar.gz", hash = "sha256:eea78b6f15b635277d3d90280cd386d8feea1cab0f9be75947a626e8b02b477d"},
{file = "pytest_sugar-0.9.5-py2.py3-none-any.whl", hash = "sha256:3da42de32ce4e1e95b448d61c92804433f5d4058c0a765096991c2e93d5a289f"},
]
python-dateutil = [
{file = "python-dateutil-2.8.2.tar.gz", hash = "sha256:0123cacc1627ae19ddf3c27a5de5bd67ee4586fbdd6440d9748f8abb483d3e86"},

View File

@ -67,7 +67,7 @@ pytest-django = "==4.5.2"
pytest-env = "==0.6.2"
pytest-mock = "==3.8.2"
pytest-randomly = "==3.12.0"
pytest-sugar = "==0.9.4"
pytest-sugar = "==0.9.5"
pytest-asyncio = "==0.18.3"
requests-mock = "==1.9.3"
Faker = "==13.14.0"