From 6c98d4e58c2ea23906de09e8caa079749df1ea3b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 22 Mar 2024 03:59:41 +0000 Subject: [PATCH] chore(deps): update dependency pytest-sugar to v1 --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index db24610e..882f14bb 100644 --- a/poetry.lock +++ b/poetry.lock @@ -896,14 +896,14 @@ dev = ["pre-commit", "pytest-asyncio", "tox"] [[package]] name = "pytest-sugar" -version = "0.9.7" +version = "1.0.0" 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.7.tar.gz", hash = "sha256:f1e74c1abfa55f7241cf7088032b6e378566f16b938f3f08905e2cf4494edd46"}, - {file = "pytest_sugar-0.9.7-py2.py3-none-any.whl", hash = "sha256:8cb5a4e5f8bbcd834622b0235db9e50432f4cbd71fef55b467fe44e43701e062"}, + {file = "pytest-sugar-1.0.0.tar.gz", hash = "sha256:6422e83258f5b0c04ce7c632176c7732cab5fdb909cb39cca5c9139f81276c0a"}, + {file = "pytest_sugar-1.0.0-py3-none-any.whl", hash = "sha256:70ebcd8fc5795dc457ff8b69d266a4e2e8a74ae0c3edc749381c64b5246c8dfd"}, ] [package.dependencies] @@ -1389,4 +1389,4 @@ testing = ["big-O", "flake8 (<5)", "jaraco.functools", "jaraco.itertools", "more [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "4073e6fbc2d38d3f2c1febe5f1f8170e4dec7b231a8562a02f09ae64bcfba6e6" +content-hash = "7dff4c362bb0b54b1d8556b2fc46fd0ceae7572dc3c2d7b6188cfa33e6ca7b4f" diff --git a/pyproject.toml b/pyproject.toml index 2717d471..a8375b27 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ pytest-coverage = "^0.0" pytest-mock = "^3.5.1" pytest-asyncio = "^0.23.0" mypy = "^1.0.1" -pytest-sugar = "^0.9.4" +pytest-sugar = "^1.0.0" pytest-cov = "^4.0.0" pre-commit = "^3.1.1" ruff = "^0.3.0"