From edd55de8377ee0b63a6c652afa08a016a3106097 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Mar 2024 01:42:05 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=EF=B8=8F=20MAIN:=20(deps):=20Bump?= =?UTF-8?q?=20starlette=20from=200.26.1=20to=200.37.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [starlette](https://github.com/encode/starlette) from 0.26.1 to 0.37.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.26.1...0.37.2) --- 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 6fbea1f..6aa4d90 100644 --- a/requirements.txt +++ b/requirements.txt @@ -20,7 +20,7 @@ pytz==2023.3; python_version >= "3.8" six==1.16.0; python_version >= "3.8" and python_full_version < "3.0.0" or python_full_version >= "3.3.0" and python_version >= "3.8" sniffio==1.3.0; python_full_version >= "3.6.2" and python_version >= "3.7" sqlalchemy==2.0.12; python_version >= "3.7" -starlette==0.26.1; python_version >= "3.7" +starlette==0.37.2; python_version >= "3.7" typing-extensions==4.5.0; python_version < "3.10" and python_version >= "3.7" uvicorn==0.21.1; python_version >= "3.7" watchdog==2.3.1; python_version >= "3.6"