From e584c79fe2481ebf66372f6c16db2812b931cd47 Mon Sep 17 00:00:00 2001 From: L1ghtn1ng Date: Mon, 28 Jun 2021 01:27:58 +0100 Subject: [PATCH] change types-requests to version 0.1.11 to allow ci to work --- requirements/dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/dev.txt b/requirements/dev.txt index 673a3876..75c763e5 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -9,4 +9,4 @@ types-certifi==0.1.4 types-chardet==0.1.3 types-orjson==0.1.1 types-PyYAML==5.4.3 -types-requests==0.1.13 \ No newline at end of file +types-requests==0.1.11 \ No newline at end of file