From a48119ac922bc0b759c9869a7dfbf4c0ab850dad Mon Sep 17 00:00:00 2001 From: Tatu Aalto Date: Sat, 7 Jan 2023 00:05:19 +0200 Subject: [PATCH] Accept only AssertionEngine == 0.6.1 Fixes #2525 --- Browser/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Browser/requirements.txt b/Browser/requirements.txt index d3c6518a3..5f3be972b 100644 --- a/Browser/requirements.txt +++ b/Browser/requirements.txt @@ -4,7 +4,7 @@ grpcio-tools == 1.51.1 protobuf==4.21.12 robotframework >=4.1.3 robotframework-pythonlibcore >= 4.0.0 -robotframework-assertion-engine >= 0.6.1 +robotframework-assertion-engine == 0.6.1 typing-extensions >= 4.4.0 wrapt >= 1.14.1 overrides >= 7.3.1