From 23b81ea102253e914c2f603e1fac8202e941ad7c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Mar 2025 04:29:39 +0000 Subject: [PATCH] Update requests requirement from ~=2.31.0 to ~=2.32.3 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.31.0...v2.32.3) --- updated-dependencies: - dependency-name: requests 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 5fa5f9a..449dfc9 100644 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -2,4 +2,4 @@ uvicorn~=0.34.0 starlette~=0.36.1 aiofiles~=23.2.1 jinja2~=3.1.6 -requests~=2.31.0 \ No newline at end of file +requests~=2.32.3 \ No newline at end of file