From add3d6dca65c605ca5bb3fea6158fca693667ce7 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Fri, 8 Mar 2024 11:29:20 +0100 Subject: [PATCH] Pin requests to latest version 2.31.0 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 78a3083..3bb06a1 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.31.0 glom tests_require = pytest