From e0d5f1aeb4b072a4e7e5efa8a59a73ea334ec772 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Apr 2023 13:59:19 +0000 Subject: [PATCH] Update websockets requirement from ~=10.1 to ~=11.0 Updates the requirements on [websockets](https://github.com/aaugustin/websockets) to permit the latest version. - [Release notes](https://github.com/aaugustin/websockets/releases) - [Commits](https://github.com/aaugustin/websockets/compare/10.1...11.0) --- updated-dependencies: - dependency-name: websockets dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docsrequirements.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docsrequirements.txt b/docsrequirements.txt index f875edd..45adbf6 100644 --- a/docsrequirements.txt +++ b/docsrequirements.txt @@ -1,5 +1,5 @@ setuptools~=65.6.3 -websockets~=10.1 +websockets~=11.0 aiohttp~=3.8.3 asyncio~=3.4.3 enum34~=1.1.10 diff --git a/requirements.txt b/requirements.txt index 817a474..21b32ce 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ setuptools~=65.6.3 -websockets~=10.1 +websockets~=11.0 aiohttp~=3.8.3 enum34~=1.1.10