From 948e64ec4a2eca1f9b40cf82ab21e072fb262186 Mon Sep 17 00:00:00 2001 From: Kamil Koczurek Date: Mon, 30 Oct 2023 16:21:03 +0100 Subject: [PATCH] Bump goth --- goth_tests/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"