From 41a33efcabaf823dd1d29061186eaeff14e6608c Mon Sep 17 00:00:00 2001 From: Toni Spets Date: Tue, 15 Aug 2023 21:10:42 +0300 Subject: [PATCH] Prevent future surprises with irc library updates --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index a0412f0..eb69ccf 100644 --- a/setup.cfg +++ b/setup.cfg @@ -13,7 +13,7 @@ license_file = LICENSE packages = heisenbridge install_requires = - irc >=19.0.0, <21.0 + irc >=19.0.0, <20.4 ruamel.yaml >=0.15.35, <0.18 mautrix >=0.15.0, <0.21 python-socks[asyncio] >= 1.2.4