From 22ad792527ebc0654aefbe541aeb46ee0c190b52 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 04:43:31 +0000 Subject: [PATCH] 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 9f174a4a..0544c908 100644 --- a/poetry.lock +++ b/poetry.lock @@ -589,7 +589,7 @@ pytest = "*" [[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 @@ -821,7 +821,7 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "1.1" python-versions = "^3.9" -content-hash = "26f84100dfea5c2dbaff47010a8e7157855b478c56e0071809b5e1754babf83b" +content-hash = "1bbc5dda93c51d71f4198cbc57743dfe2f899e90bb70f05575987b7662f8fff6" [metadata.files] cachetools = [ @@ -1298,8 +1298,8 @@ pytest-randomly = [ {file = "pytest_randomly-3.15.0.tar.gz", hash = "sha256:b908529648667ba5e54723088edd6f82252f540cc340d748d1fa985539687047"}, ] pytest-sugar = [ - {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"}, ] pytest-xdist = [ {file = "pytest-xdist-3.5.0.tar.gz", hash = "sha256:cbb36f3d67e0c478baa57fa4edc8843887e0f6cfc42d677530a36d7472b32d8a"}, diff --git a/pyproject.toml b/pyproject.toml index 8893ab30..465d3f35 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ pytest-cov = "^4.1.0" pytest-mock = "^3.12.0" pytest-randomly = "^3.15.0" pre-commit = "^3.6.2" -pytest-sugar = "^0.9.7" +pytest-sugar = "^1.0.0" rich = "^13.7.0" deptry = "^0.12.0" mypy = "^1.8.0"