From 57c0ff838f8b43d596fa0edf279b4652da71d4d2 Mon Sep 17 00:00:00 2001 From: CodeCaster Date: Mon, 19 May 2025 18:35:45 +0800 Subject: [PATCH] [fit] upgrade tornado from 6.4.2 to 6.5.0 --- framework/fit/python/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/fit/python/requirements.txt b/framework/fit/python/requirements.txt index 9ca4ecbf..40359ed6 100644 --- a/framework/fit/python/requirements.txt +++ b/framework/fit/python/requirements.txt @@ -1,4 +1,4 @@ numpy==1.25.2 PyYAML==6.0.1 requests==2.32.0 -tornado==6.4.2 \ No newline at end of file +tornado==6.5.0 \ No newline at end of file