From 6dc6cd8ea7318e535af580b632a1c5f29acca061 Mon Sep 17 00:00:00 2001 From: Michael Kaye <1917473+michaelkaye@users.noreply.github.com> Date: Tue, 31 Oct 2023 12:22:18 +0000 Subject: [PATCH] Update versions --- setup.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 0932c49..1cea0a1 100644 --- a/setup.cfg +++ b/setup.cfg @@ -17,7 +17,7 @@ install_requires = attrs aiohttp quart - matrix-nio[e2e] + matrix-nio[e2e] >= 0.22 tcms-api Pillow assertpy @@ -29,7 +29,7 @@ trafficlight = py.typed [options.extras_require] dev = # for tests - tox + tox >=3 # for type checking mypy == 0.940 # for linting