diff --git a/pyproject.toml b/pyproject.toml index 3751348..b37f36f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ lister = "lister:main" [tool.poetry.dependencies] python = "3.10.*" -rich = "13.5.2" +rich = "13.7.0" pytest = "^7.1.3" boto3-stubs = {extras = ["essential"], version = "^1.24.96"} pre-commit = "^2.20.0"