From 33696a270276ebfac58b2f1ebad9ae4034f21ca2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2024 19:09:10 +0000 Subject: [PATCH] chore(deps): bump starlette from 0.37.2 to 0.40.0 in /local/iam-mock 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] --- local/iam-mock/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/local/iam-mock/requirements.txt b/local/iam-mock/requirements.txt index db8f9d1d..91e6e9fa 100644 --- a/local/iam-mock/requirements.txt +++ b/local/iam-mock/requirements.txt @@ -27,7 +27,7 @@ python-dotenv==1.0.1 python-multipart==0.0.7 PyYAML==6.0.1 sniffio==1.3.0 -starlette==0.37.2 +starlette==0.40.0 typing_extensions==4.9.0 ujson==5.9.0 uvicorn==0.27.0