From 22f8dd573120017e6d91082c4a1634be3ced6da6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2024 19:16:01 +0000 Subject: [PATCH] Bump starlette from 0.37.2 to 0.40.0 in /file-handler Bumps [starlette](https://github.com/encode/starlette) from 0.37.2 to 0.40.0. - [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.37.2...0.40.0) --- updated-dependencies: - dependency-name: starlette dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- file-handler/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/file-handler/requirements.txt b/file-handler/requirements.txt index fa591e06..acd48abb 100644 --- a/file-handler/requirements.txt +++ b/file-handler/requirements.txt @@ -21,7 +21,7 @@ requests==2.32.3 setuptools==69.5.1 six==1.16.0 sniffio==1.3.1 -starlette==0.37.2 +starlette==0.40.0 typing_extensions==4.12.2 tzdata==2024.1 urllib3==2.2.2