From 09511d04be6c310764bdeb2158c8c959a8ac8bf0 Mon Sep 17 00:00:00 2001 From: Sebastiaan Huber Date: Sat, 26 Oct 2024 09:09:04 +0200 Subject: [PATCH] Fix dependencies --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 41b82c7d..27bbbf80 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -84,11 +84,11 @@ deps = coverage gevent mock - pytest + pytest==7.4.4 pytest-cov pyyaml pyzmq>=17.0 - tornado>=5.0.2 + tornado==6.2 setenv = TESTING=1