From 4c0df53fcade4ea73a36f6e36ea09d08b9858e6c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 17:03:29 +0000 Subject: [PATCH] Bump starlette from 0.13.6 to 0.36.2 in /capstone/files/app Bumps [starlette](https://github.com/encode/starlette) from 0.13.6 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.13.6...0.36.2) --- updated-dependencies: - dependency-name: starlette dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- capstone/files/app/requirements-dev.txt | 2 +- capstone/files/app/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/capstone/files/app/requirements-dev.txt b/capstone/files/app/requirements-dev.txt index a5bc3fe..83043fc 100644 --- a/capstone/files/app/requirements-dev.txt +++ b/capstone/files/app/requirements-dev.txt @@ -20,7 +20,7 @@ pytest==6.0.1 python-multipart==0.0.5 requests==2.24.0 six==1.15.0 -starlette==0.13.6 +starlette==0.36.2 toml==0.10.1 urllib3==1.25.10 uvicorn==0.11.8 diff --git a/capstone/files/app/requirements.txt b/capstone/files/app/requirements.txt index c6facf4..85eee1b 100644 --- a/capstone/files/app/requirements.txt +++ b/capstone/files/app/requirements.txt @@ -8,7 +8,7 @@ MarkupSafe==1.1.1 pydantic==1.6.1 python-multipart==0.0.5 six==1.15.0 -starlette==0.13.6 +starlette==0.36.2 uvicorn==0.11.8 uvloop==0.14.0 websockets==8.1