diff --git a/pyproject.toml b/pyproject.toml index ed1061d..713dfab 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ mypy = "^1.1" pytest = "^7.2.0" pytest-cov = "^4.0.0" pytest-mock = "^3.10.0" -ruff = "^0.0.289" +ruff = "^0.0.290" [tool.ruff] select = ["ALL"]