diff --git a/pyproject.toml b/pyproject.toml index 12130a2..20d9460 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ black = "^23.3.0" isort = "^5.12.0" flake8 = "^5.0.4" mypy = "^1.3.0" -nox = "^2023.4.22" +nox = ">=2023.4.22,<2025.0.0" [build-system] requires = ["poetry-core"]