diff --git a/pyproject.toml b/pyproject.toml index c8772c4..c8dadb9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ aws-xray-sdk = "^2.15.0" [tool.poetry.group.dev.dependencies] black = "^26.3.1" -ruff = "^0.15.0" +ruff = ">=0.15,<0.17" pytest = "^9.0.0" pytest-mock = "^3.15.1" pytest-cov = "^7.0.0"