From 3807ea674a359c2cebae35dde6cfa3b3ef73d2e8 Mon Sep 17 00:00:00 2001 From: ghostry Date: Thu, 20 Jun 2024 14:38:51 +0800 Subject: [PATCH] Update Pipfile --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index 94a64b5..488afd7 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.31.*" [requires] python_version = "3.8"