From 0cb85f73b9a24d8d669469f30227c23e6d5f4722 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Apr 2022 03:22:04 +0000 Subject: [PATCH] build(deps): bump starlette from 0.13.8 to 0.19.1 Bumps [starlette](https://github.com/encode/starlette) from 0.13.8 to 0.19.1. - [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.13.8...0.19.1) --- updated-dependencies: - dependency-name: starlette dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 39c20ce..0f43f26 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ audearch==0.3.2 fastapi==0.61.1 uvicorn==0.11.7 -starlette==0.13.8 +starlette==0.19.1 Jinja2==2.11.2 python-multipart==0.0.5 \ No newline at end of file