diff --git a/pyproject.toml b/pyproject.toml index 2e9c547..0e3fc31 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ Source = "https://github.com/riquedev/FacebookADLibrary/" [project.optional-dependencies] test = [ - "pytest >=2.7.3", + "pytest >=8.4.2", "pytest-cov" ] doc = ["sphinx"]