From 8223fcf4d8387f90ad5ef5319a4471fb51f1828d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Jan 2023 13:34:36 +0000 Subject: [PATCH] Bump websockets from 8.1 to 9.1 Bumps [websockets](https://github.com/aaugustin/websockets) from 8.1 to 9.1. - [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) --- updated-dependencies: - dependency-name: websockets dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 requirements.txt diff --git a/requirements.txt b/requirements.txt old mode 100755 new mode 100644 index e0a00ac..cc39e33 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ pydantic==1.7.2 starlette==0.13.6 uvicorn==0.12.3 uvloop==0.17.0 -websockets==8.1 +websockets==9.1 sentry-sdk==0.19.4 python-dotenv==0.15.0 sqlalchemy==1.3.20