Skip to content

Commit 2665ad9

Browse files
committed
utbot_executor version update
1 parent a3125b1 commit 2665ad9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

utbot-python/src/main/kotlin/org/utbot/python/utils/RequirementsUtils.kt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ package org.utbot.python.utils
33
object RequirementsUtils {
44
val requirements: List<String> = listOf(
55
"mypy==1.0.0",
6-
"coverage==6.5.0",
7-
"utbot-executor==1.2.0",
6+
"utbot-executor==0.100.1",
87
"utbot-mypy-runner==0.2.8",
98
)
109

0 commit comments

Comments
 (0)