From f0a7fac6ffc042766efaf5162f8e090b1b4d5c3e Mon Sep 17 00:00:00 2001 From: Vyacheslav Tamarin Date: Sun, 26 Feb 2023 22:58:45 +0300 Subject: [PATCH] Fixed bug with object names in python module --- 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 b0e2bb507e..174f0f0096 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.4 +utbot-executor==0.2.7 utbot-mypy-runner==0.2.8