From 1e11326fabf932f2398b010a8f7219e545a051e1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 May 2024 07:19:03 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F(dependencies)=20update=20req?= =?UTF-8?q?uests=20to=20v2.32.0=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 2233b4213..6218b53a7 100644 --- a/src/backend/pyproject.toml +++ b/src/backend/pyproject.toml @@ -49,7 +49,7 @@ dependencies = [ "psycopg[binary]==3.1.14", "PyJWT==2.8.0", "python-frontmatter==1.0.1", - "requests==2.31.0", + "requests==2.32.0", "sentry-sdk==1.38.0", "url-normalize==1.4.3", "WeasyPrint>=60.2",