From e86eb345b3c5cb665a44c9e29761f60e20ef8e9d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 May 2023 10:59:10 +0200 Subject: [PATCH] Update requests requirement from ==2.28.* to ==2.29.* (#3273) 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 b96f5a7e8..356d28dfc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -92,7 +92,7 @@ dependencies = [ "qrcode==7.4.*", "redis==4.5.*,>=4.5.4", "reportlab==3.6.*", - "requests==2.28.*", + "requests==2.29.*", "sentry-sdk==1.15.*", "sepaxml==2.6.*", "slimit",