From fb1a0d904117b56266b15ceb6f8ff97510fc201e Mon Sep 17 00:00:00 2001 From: amcmanu3 Date: Fri, 26 May 2023 18:00:33 -0400 Subject: [PATCH] Bump Tornado to 6.3.2 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 3a1bd5e5..4c36b691 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,7 +15,7 @@ pyjwt==2.4.0 PyYAML==5.4 requests==2.26 termcolor==1.1 -tornado==6.0 +tornado==6.3.2 tzlocal==4.0 jsonschema==4.5.1 orjson==3.8.12