From 37ba5a983b239339f624f63fedb1e5c8a5ab46d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 May 2023 10:45:58 +0200 Subject: [PATCH] Update requests requirement from ==2.29.* to ==2.30.* (#3303) 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 c37b474535..5285d04ae8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -91,7 +91,7 @@ dependencies = [ "qrcode==7.4.*", "redis==4.5.*,>=4.5.4", "reportlab==3.6.*", - "requests==2.29.*", + "requests==2.30.*", "sentry-sdk==1.15.*", "sepaxml==2.6.*", "slimit",