diff --git a/pyproject.toml b/pyproject.toml index e2554ca..eebae5f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ build = [ ] test = [ "pytest-cov==4.1.0", - "pytest==7.4.3", + "pytest==8.1.0", ] [build-system]