From 4ea9c75c41a4008eb5fc73f79e217bd9247a4c62 Mon Sep 17 00:00:00 2001 From: Zedifus Date: Sun, 23 Jun 2024 16:17:55 +0100 Subject: [PATCH] Bump tornado to 6.4.1 for GHSA-753j-mpmx-qq6g & GHSA-w235-7p84-xx57 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ed0f7698..4dc21d4b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,7 +15,7 @@ pyjwt==2.8.0 PyYAML==6.0.1 requests==2.31.0 termcolor==1.1 -tornado==6.3.3 +tornado==6.4.1 tzlocal==5.1 jsonschema==4.19.1 orjson==3.9.15