diff --git a/api/poetry.lock b/api/poetry.lock index 5f804399f..503d0b544 100644 --- a/api/poetry.lock +++ b/api/poetry.lock @@ -2748,20 +2748,23 @@ pytest = "*" [[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 = "dev" 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-dateutil" @@ -3865,4 +3868,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = "^3.7" -content-hash = "cd20ba189ba485d25e104b62ac4b764f6ce836ed85334d487920dc788ae17705" +content-hash = "5b55f76452583203fd03e4afcddca62c3f085c93121cac6b470986d94c15e2ed" diff --git a/api/pyproject.toml b/api/pyproject.toml index 33ee35bf0..a4494b110 100644 --- a/api/pyproject.toml +++ b/api/pyproject.toml @@ -112,7 +112,7 @@ pytest-django = "==4.5.2" pytest-env = "==0.8.1" pytest-mock = "==3.10.0" pytest-randomly = "==3.12.0" -pytest-sugar = "==0.9.6" +pytest-sugar = "==0.9.7" requests-mock = "==1.10.0" [build-system]