diff --git a/pyproject.toml b/pyproject.toml index 77e0666..e2573b5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ dev = [ "isort==5.12.0", "ruff==0.0.278", "mypy==1.3.0", - "pytest==7.3.2", + "pytest==7.4.0", # required for testing "kedro[pandas]", ]