diff --git a/poetry.lock b/poetry.lock index 1b6b025..a16c16e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.1.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.1.1 and should not be changed by hand. [[package]] name = "alabaster" @@ -1439,18 +1439,17 @@ testing = ["fields", "hunter", "process-tests", "pytest-xdist", "virtualenv"] [[package]] name = "pytest-sugar" -version = "1.0.0" +version = "1.1.1" 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.1.tar.gz", hash = "sha256:73b8b65163ebf10f9f671efab9eed3d56f20d2ca68bda83fa64740a92c08f65d"}, + {file = "pytest_sugar-1.1.1-py3-none-any.whl", hash = "sha256:2f8319b907548d5b9d03a171515c1d43d2e38e32bd8182a1781eb20b43344cc8"}, ] [package.dependencies] -packaging = ">=21.3" pytest = ">=6.2.0" termcolor = ">=2.1.0" @@ -2167,4 +2166,4 @@ files = [ [metadata] lock-version = "2.1" python-versions = "^3.12" -content-hash = "1c55e34bb62bdc5674af90ad6b43233888d6a6c5a6356693955716542861378e" +content-hash = "e9f0051f82bb6904a02a4c8892f4ece15c520f41116dee4b90a67c3d61475ea1" diff --git a/pyproject.toml b/pyproject.toml index 26b9681..a677055 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,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.1" pip-audit = "^2.9.0" [build-system]