diff --git a/pyproject.toml b/pyproject.toml index ed4c015..d0878a4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ typer = "^0.9.0" [tool.poetry.group.dev.dependencies] pre-commit = "^3.5.0" -pytest = "^7.4.3" +pytest = ">=7.4.3,<9.0.0" apache-airflow = "^2.7.3" m2r2 = "^0.3.3.post2" twine = "^4.0.2"