From 8c34f6803e1f8176d5dcd2363a3460da0dcfce7e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 17:49:20 +0000 Subject: [PATCH] Bump starlette from 0.35.1 to 0.36.2 in /chapter-04/lab-4.3 Bumps [starlette](https://github.com/encode/starlette) from 0.35.1 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.35.1...0.36.2) --- updated-dependencies: - dependency-name: starlette dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- chapter-04/lab-4.3/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chapter-04/lab-4.3/requirements.txt b/chapter-04/lab-4.3/requirements.txt index fb4ab40..126635c 100644 --- a/chapter-04/lab-4.3/requirements.txt +++ b/chapter-04/lab-4.3/requirements.txt @@ -15,6 +15,6 @@ pydantic_core==2.14.6 sgmllib3k==1.0.0 sniffio==1.3.0 sse-starlette==1.8.2 -starlette==0.35.1 +starlette==0.36.2 typing_extensions==4.9.0 uvicorn==0.25.0