From 8d674dde3a218a870b05a2dcf497970a46b02479 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Mar 2025 04:29:37 +0000 Subject: [PATCH] Update starlette requirement from ~=0.36.1 to ~=0.46.1 in /app Updates the requirements on [starlette](https://github.com/encode/starlette) to permit the latest version. - [Release notes](https://github.com/encode/starlette/releases) - [Changelog](https://github.com/encode/starlette/blob/master/docs/release-notes.md) - [Commits](https://github.com/encode/starlette/compare/0.36.1...0.46.1) --- updated-dependencies: - dependency-name: starlette 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..71b765a 100644 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -1,5 +1,5 @@ uvicorn~=0.34.0 -starlette~=0.36.1 +starlette~=0.46.1 aiofiles~=23.2.1 jinja2~=3.1.6 requests~=2.31.0 \ No newline at end of file