From b4629e24a52477fcbe78cd66c7577ba452ac4a3c Mon Sep 17 00:00:00 2001 From: Martin Gross Date: Mon, 27 May 2024 12:11:40 +0200 Subject: [PATCH] Downgrade requests to 2.31.* again while waiting for 2.33.3 release --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 51d9c8c94f..aebed8949f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -91,7 +91,7 @@ dependencies = [ "qrcode==7.4.*", "redis==5.0.*", "reportlab==4.2.*", - "requests==2.32.*", + "requests==2.31.*", "sentry-sdk==1.45.*", "sepaxml==2.6.*", "slimit",