From aeb858e51b94e2c59d3bdbb43dd846c3eaf40081 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Dec 2023 00:22:03 +0000 Subject: [PATCH] Bump starlette from 0.27.0 to 0.34.0 in /api Bumps [starlette](https://github.com/encode/starlette) from 0.27.0 to 0.34.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.27.0...0.34.0) --- updated-dependencies: - dependency-name: starlette dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/requirements.txt b/api/requirements.txt index 9a814d8..c58168e 100644 --- a/api/requirements.txt +++ b/api/requirements.txt @@ -27,7 +27,7 @@ python-minimizer==2.0.1 python-multipart==0.0.6 PyYAML==6.0.1 sniffio==1.3.0 -starlette==0.27.0 +starlette==0.34.0 typing_extensions==4.9.0 ujson==5.9.0 uvicorn==0.25.0