From afc48cf7e6531d335f20f147cd19da2240834ead Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 17:03:11 +0000 Subject: [PATCH] Bump starlette from 0.13.4 to 0.36.2 in /webhook Bumps [starlette](https://github.com/encode/starlette) from 0.13.4 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.4...0.36.2) --- updated-dependencies: - dependency-name: starlette dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- webhook/requirements-dev.txt | 2 +- webhook/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/webhook/requirements-dev.txt b/webhook/requirements-dev.txt index 40c7047..4ab4757 100644 --- a/webhook/requirements-dev.txt +++ b/webhook/requirements-dev.txt @@ -53,7 +53,7 @@ rfc3986==1.4.0 rsa==4.6 six==1.15.0 sniffio==1.1.0 -starlette==0.13.4 +starlette==0.36.2 toml==0.10.1 urllib3==1.25.9 uvicorn==0.11.7 diff --git a/webhook/requirements.txt b/webhook/requirements.txt index cb1ae4c..2071ef0 100644 --- a/webhook/requirements.txt +++ b/webhook/requirements.txt @@ -8,7 +8,7 @@ h11==0.9.0 httptools==0.1.1 pydantic==1.6 PyJWT==1.7.1 -starlette==0.13.4 +starlette==0.36.2 uvicorn==0.11.7 uvloop==0.14.0 websockets==8.1