From 1f8c03e248f4fbbca9410bd9ce78e500d7ad07ef Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 2 Feb 2024 01:09:28 +0000 Subject: [PATCH] chore(api): update dependency pytest-sugar to v1 Part-of: --- api/poetry.lock | 8 ++++---- api/pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/api/poetry.lock b/api/poetry.lock index f43fde5d3..136e288c7 100644 --- a/api/poetry.lock +++ b/api/poetry.lock @@ -3081,13 +3081,13 @@ 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)." 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] @@ -4633,4 +4633,4 @@ typesense = ["typesense"] [metadata] lock-version = "2.0" python-versions = "^3.8,<3.13" -content-hash = "0d84d943c4fb3134a4005ae8ed82aefc7b75b596868a39c7795d7c196ece44f5" +content-hash = "c55a0a9572b61e139a45c579bf9903370dc9c07c0107c48bbcd879d571f2692a" diff --git a/api/pyproject.toml b/api/pyproject.toml index 2cede9297..ad9cbc67d 100644 --- a/api/pyproject.toml +++ b/api/pyproject.toml @@ -119,7 +119,7 @@ pytest-django = "==4.5.2" pytest-env = "==1.1.3" pytest-mock = "==3.10.0" pytest-randomly = "==3.12.0" -pytest-sugar = "==0.9.7" +pytest-sugar = "==1.0.0" requests-mock = "==1.10.0" pylint = "==3.0.3" pylint-django = "==2.5.5"