From cdf4cd7761bb200abc30078e1ca9e6e431b3b926 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 May 2024 08:12:05 +0000 Subject: [PATCH] --- updated-dependencies: - dependency-name: requests dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/pyproject.toml | 2 +- backend/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/pyproject.toml b/backend/pyproject.toml index 86aab4fa..47171163 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -26,7 +26,7 @@ dependencies = [ # check firebase auth tokens "google-auth~=2.29.0", - "requests~=2.31.0", + "requests~=2.32.0", "httpx~=0.27.0", # make requests for results files "icalendar~=5.0.12" # generate ical files diff --git a/backend/requirements.txt b/backend/requirements.txt index 0b1794e2..19a9d5e1 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -87,7 +87,7 @@ pytz==2024.1 # via icalendar pyyaml==6.0.1 # via uvicorn -requests==2.31.0 +requests==2.32.0 rsa==4.9 # via google-auth six==1.16.0