diff --git a/poetry.lock b/poetry.lock index 2f0e0ce..bdcb94a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1689,18 +1689,17 @@ testing = ["fields", "hunter", "process-tests", "pytest-xdist", "virtualenv"] [[package]] name = "pytest-sugar" -version = "1.0.0" +version = "1.1.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 = "*" groups = ["dev"] files = [ - {file = "pytest-sugar-1.0.0.tar.gz", hash = "sha256:6422e83258f5b0c04ce7c632176c7732cab5fdb909cb39cca5c9139f81276c0a"}, - {file = "pytest_sugar-1.0.0-py3-none-any.whl", hash = "sha256:70ebcd8fc5795dc457ff8b69d266a4e2e8a74ae0c3edc749381c64b5246c8dfd"}, + {file = "pytest-sugar-1.1.0.tar.gz", hash = "sha256:53138645cabc311a677bb09c307eab41681a563e498318cd2a0d7cd184837af4"}, + {file = "pytest_sugar-1.1.0-py3-none-any.whl", hash = "sha256:c853866512288f1b679efc10c565303de4617854287e977781f07904f4560668"}, ] [package.dependencies] -packaging = ">=21.3" pytest = ">=6.2.0" termcolor = ">=2.1.0" @@ -2611,4 +2610,4 @@ files = [ [metadata] lock-version = "2.1" python-versions = "^3.12" -content-hash = "7c2e78340879ca831e52826c3579a4f98eea8473139f6557f1cdfa63b2b326d9" +content-hash = "d1e3b7bf2eabb72851d120398948fa51ac59b202edee73b2a3ab30025705ed11" diff --git a/pyproject.toml b/pyproject.toml index 3b420ec..6855c59 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ sphinx-copybutton = "^0.5.2" sphinx-autobuild = "^2024.4.16" sphinx-mermaid = "^0.0.8" poethepoet = "^0.36.0" -pytest-sugar = "^1.0.0" +pytest-sugar = "^1.1.0" pip-audit = "^2.9.0" [build-system]