From 039053140ae5e00dccb8bff26ef980812a5bea31 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jun 2025 17:24:34 +0000 Subject: [PATCH] Update requests requirement from ~=2.32.3 to ~=2.32.4 in /app Updates the requirements on [requests](https://github.com/psf/requests) to permit the latest version. - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.32.3...v2.32.4) --- updated-dependencies: - dependency-name: requests dependency-version: 2.32.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/requirements.txt b/app/requirements.txt index 44be627..458368a 100644 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -2,4 +2,4 @@ uvicorn~=0.34.0 starlette~=0.46.1 aiofiles~=24.1.0 jinja2~=3.1.6 -requests~=2.32.3 \ No newline at end of file +requests~=2.32.4 \ No newline at end of file