Bump GoogleTest dependency to 1.12.1

This commit is contained in:
Ivan Kravets
2022-07-01 18:03:48 +03:00
parent 401f8a4891
commit 3b878747f2

View File

@ -90,7 +90,7 @@ class GoogletestTestCaseParser:
class GoogletestTestRunner(TestRunnerBase):
EXTRA_LIB_DEPS = ["google/googletest@^1.12.0"]
EXTRA_LIB_DEPS = ["google/googletest@^1.12.1"]
def __init__(self, *args, **kwargs):
super().__init__(*args, **kwargs)