From 49d726c212b9a7087f73605901b98a5a481a38c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Mar 2024 13:21:40 -0300 Subject: [PATCH] Bump starlette from 0.27.0 to 0.36.2 in /examples/fastapi-crud (#74) Bumps [starlette](https://github.com/encode/starlette) from 0.27.0 to 0.36.2. - [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.27.0...0.36.2) --- updated-dependencies: - dependency-name: starlette dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- examples/fastapi-crud/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/fastapi-crud/requirements.txt b/examples/fastapi-crud/requirements.txt index 4588359..1de99ab 100644 --- a/examples/fastapi-crud/requirements.txt +++ b/examples/fastapi-crud/requirements.txt @@ -26,7 +26,7 @@ PyYAML==6.0 six==1.16.0 sniffio==1.2.0 SQLAlchemy==1.4.39 -starlette==0.27.0 +starlette==0.36.2 toml==0.10.2 typing_extensions==4.3.0 uvicorn==0.18.2