From 6f7659a8b0969080baba522564d279d3cc570f4f Mon Sep 17 00:00:00 2001 From: Vyacheslav Tamarin Date: Sun, 26 Feb 2023 23:50:08 +0300 Subject: [PATCH] Fixed problem with import module of return value --- utbot-python/src/main/resources/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utbot-python/src/main/resources/requirements.txt b/utbot-python/src/main/resources/requirements.txt index 174f0f0096..3836042d0b 100644 --- a/utbot-python/src/main/resources/requirements.txt +++ b/utbot-python/src/main/resources/requirements.txt @@ -1,4 +1,4 @@ mypy==1.0.0 coverage -utbot-executor==0.2.7 +utbot-executor==0.2.8 utbot-mypy-runner==0.2.8