From de7f02dfe4eb4831ee9ac67ad87e6a437e88960f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Feb 2025 16:49:41 +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 db8f9d1d4..91e6e9fa7 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