diff --git a/goth_tests/pyproject.toml b/goth_tests/pyproject.toml index 43c0adec4b..081d976823 100644 --- a/goth_tests/pyproject.toml +++ b/goth_tests/pyproject.toml @@ -27,7 +27,7 @@ pytest-asyncio = "0.21" pytest-split = "^0.8.1" # goth = "0.15.8" # to use development goth version uncomment below -goth = { git = "https://github.com/golemfactory/goth.git", rev = "2c2c8a8b01324350eb5968171fe9e38d333b90f4" } +goth = { git = "https://github.com/golemfactory/goth.git", rev = "9494d248681b5bb681ab3d798b8860f2a6cdff1d" } [tool.poetry.dev-dependencies] black = "21.7b0"