diff --git a/pyproject.toml b/pyproject.toml index f6ee3c1..aafea75 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ boto3-stubs = {version = "^1.26", extras = ["secretsmanager", "sns", "sqs", "sts [tool.poetry.group.dev.dependencies] pycodestyle = "^2.10" autopep8 = "^2.0" -ruff = "^0.1" +ruff = ">=0.1,<0.4" mypy = "^1.3" pytest = "^7.3" pytest-cov = "^4.1"