From 346a4af235494406f744f9b84fe1584da0c7b6fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 18:08:36 +0000 Subject: [PATCH] Bump starlette from 0.27.0 to 0.36.2 in /tag2domain_api 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] --- tag2domain_api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tag2domain_api/requirements.txt b/tag2domain_api/requirements.txt index c21b424..62bc378 100644 --- a/tag2domain_api/requirements.txt +++ b/tag2domain_api/requirements.txt @@ -17,7 +17,7 @@ pytest==6.0.0 python-gnupg==0.4.6 python-magic==0.4.18 six==1.15.0 -starlette==0.27.0 +starlette==0.36.2 uvicorn==0.11.7 uvloop==0.14.0 wcwidth==0.2.5