Bump GoogleTest to ^1.12.0 and Doctest to ^2.4.9

This commit is contained in:
Ivan Kravets
2022-06-26 17:21:09 +03:00
parent ca2622b7a6
commit 6a3b6f0d44
2 changed files with 2 additions and 2 deletions

View File

@ -102,7 +102,7 @@ class DoctestTestCaseParser:
class DoctestTestRunner(TestRunnerBase):
EXTRA_LIB_DEPS = ["doctest/doctest@^2.4.8"]
EXTRA_LIB_DEPS = ["doctest/doctest@^2.4.9"]
def __init__(self, *args, **kwargs):
super().__init__(*args, **kwargs)

View File

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