From dfa6c1c16e819aabc76a8e806c13931159103e83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Hells=C3=A9n?= Date: Mon, 19 Sep 2022 16:26:29 +0200 Subject: [PATCH] Fix race condition when reconnecting --- poetry.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/poetry.lock b/poetry.lock index eacbb32..30a632f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -190,7 +190,7 @@ readthedocs = ["Sphinx", "enum-tools[sphinx]", "furo", "sphinx-copybutton", "sph type = "git" url = "https://github.com/interactions-py/library.git" reference = "unstable" -resolved_reference = "b6bac06b9774082a274bca54059edbef51cd7541" +resolved_reference = "aef1666a47ebc2f3b527a2c15ad3271df41c3c30" [[package]] name = "frozenlist"