diff --git a/pyproject.toml b/pyproject.toml index 8957067..cc9c42d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ lint = [ test = [ "pytest==9.1.1", # https://github.com/pytest-dev/pytest (latest: 9.1.1) "pytest-mock==3.14.1", # https://github.com/pytest-dev/pytest-mock/ (latest: 3.14.0) - "pytest-sugar==1.0.0", # https://github.com/Teemu/pytest-sugar (latest: 1.0.0) + "pytest-sugar==1.1.1", # https://github.com/Teemu/pytest-sugar (latest: 1.0.0) ] tox = [ "tox==4.58.0", # https://github.com/tox-dev/tox (latest: 4.58.0)