From 6b21107a181b2959ac11957f0c9121a41a880198 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Thu, 30 May 2024 06:28:00 +0200 Subject: [PATCH] Pin requests to latest version 2.32.3 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 78a3083..e5dada0 100644 --- a/setup.cfg +++ b/setup.cfg @@ -34,7 +34,7 @@ install_requires = Adyen>=6.0.0<7.0.0 django>=1.10 django-choices - requests + requests==2.32.3 glom tests_require = pytest