From 4917249bab87a9e0a77e850f99e447f088ab01f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jun 2023 10:29:29 +0200 Subject: [PATCH] Update requests requirement from ==2.30.* to ==2.31.* (#3399) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b96919f923..934e40aa21 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -92,7 +92,7 @@ dependencies = [ "qrcode==7.4.*", "redis==4.5.*,>=4.5.4", "reportlab==4.0.*", - "requests==2.30.*", + "requests==2.31.*", "sentry-sdk==1.15.*", "sepaxml==2.6.*", "slimit",