From 8a95fdebf24575ca10e22e467333c05b98a567ea Mon Sep 17 00:00:00 2001 From: ghostry Date: Thu, 20 Jun 2024 14:30:18 +0800 Subject: [PATCH] Update Pipfile --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index 880c34b..94a64b5 100644 --- a/Pipfile +++ b/Pipfile @@ -17,7 +17,7 @@ django-crontab = "==0.7.*" psycopg2 = "==2.8.*" psutil = "==5.6.*" urllib3 = "<2" -requests >= "2.26.*" +requests = ">=2.26.*" [requires] python_version = "3.8"