From fb23393b6e216e13104cab86689cb0acd3a9cbd4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 13:09:06 +0000 Subject: [PATCH] Bump starlette from 0.41.0 to 0.41.2 in /registrar (#777) Bumps [starlette](https://github.com/encode/starlette) from 0.41.0 to 0.41.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.41.0...0.41.2) --- updated-dependencies: - dependency-name: starlette dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- registrar/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/registrar/requirements.txt b/registrar/requirements.txt index f917d0b3..5270f990 100644 --- a/registrar/requirements.txt +++ b/registrar/requirements.txt @@ -17,6 +17,6 @@ pydantic==2.9.2 pydantic_core==2.24.1 PyYAML==6.0.2 sniffio==1.3.1 -starlette==0.41.0 +starlette==0.41.2 typing_extensions==4.12.2 uvicorn==0.32.0