From edb90327e5fa23871c52375d4de0c332d83220cb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Jul 2024 16:57:13 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F(dependencies)=20update=20req?= =?UTF-8?q?uests=20to=20v2.32.2=20[SECURITY]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/backend/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/backend/pyproject.toml b/src/backend/pyproject.toml index adb9070b..a3f603d4 100644 --- a/src/backend/pyproject.toml +++ b/src/backend/pyproject.toml @@ -50,7 +50,7 @@ dependencies = [ "psycopg[binary]==3.1.14", "PyJWT==2.8.0", "python-frontmatter==1.0.1", - "requests==2.31.0", + "requests==2.32.2", "sentry-sdk==2.8.0", "url-normalize==1.4.3", "WeasyPrint>=60.2",