From 872cc8c1109c9f63e9ff85b4b5cd3c56203463ed Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 25 Jun 2024 13:39:09 +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 a5a87517..c6e3874c 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==1.38.0", "url-normalize==1.4.3", "WeasyPrint>=60.2",