From 6576f377ccf48af3431d98f57a2c18aad0951044 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Jun 2021 20:45:50 +0000 Subject: [PATCH] Update starlette requirement from ~=0.13.6 to ~=0.14.2 in /src/front Updates the requirements on [starlette](https://github.com/encode/starlette) to permit the latest version. - [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.6...0.14.2) --- updated-dependencies: - dependency-name: starlette dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/front/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/front/requirements.txt b/src/front/requirements.txt index 8b8eddc6d..bc1c46f1d 100644 --- a/src/front/requirements.txt +++ b/src/front/requirements.txt @@ -5,5 +5,5 @@ python-multipart aiofiles azure-keyvault msal~=1.12.0 -starlette~=0.13.6 +starlette~=0.14.2 azure-identity \ No newline at end of file