From fd66b6a1df6961d775c264d3fa7c64600675ad61 Mon Sep 17 00:00:00 2001 From: chncaption <101684156+chncaption@users.noreply.github.com> Date: Tue, 15 Nov 2022 14:40:13 +0800 Subject: [PATCH] update requests 2.10.0 to 2.20 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 619746017..9331d1518 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,6 +9,6 @@ Pillow>=3.3.0 pythainlp>=1.7.2 python-dateutil>=2.5.3 PyYAML>=3.11 -requests>=2.10.0 +requests>=2.20 tinysegmenter==0.3 # TODO(codelucas): Investigate making this >=0.3 tldextract>=2.0.1 \ No newline at end of file