From ed3f0c715c77f6677f62fa9fb6ac8239d576974f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 14 Jun 2021 01:16:39 +0000 Subject: [PATCH] [Security] Bump websockets from 8.1 to 9.1 Bumps [websockets](https://github.com/aaugustin/websockets) from 8.1 to 9.1. **This update includes a security fix.** - [Release notes](https://github.com/aaugustin/websockets/releases) - [Changelog](https://github.com/aaugustin/websockets/blob/9.1/docs/changelog.rst) - [Commits](https://github.com/aaugustin/websockets/compare/8.1...9.1) Signed-off-by: dependabot-preview[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 7fa4e18..923ace6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -28,5 +28,5 @@ SQLAlchemy==1.3.16 starlette==0.13.3 ujson==2.0.3 uvicorn==0.11.3 -websockets==8.1 +websockets==9.1 wrapt==1.12.1