From e9dae4ba8cd6cdecbc772ea05567e8e22fd6adf1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Feb 2022 13:09:49 +0000 Subject: [PATCH] Update websockets requirement from ~=10.1 to ~=10.2 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...10.2) --- 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 2139883..e4389d5 100644 --- a/docsrequirements.txt +++ b/docsrequirements.txt @@ -1,5 +1,5 @@ setuptools~=60.9.2 -websockets~=10.1 +websockets~=10.2 aiohttp~=3.8.1 asyncio~=3.4.3 enum34~=1.1.10 diff --git a/requirements.txt b/requirements.txt index 405d244..7129d3d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ setuptools~=60.9.2 -websockets~=10.1 +websockets~=10.2 aiohttp~=3.8.1 enum34~=1.1.10