From 5ad94cef4321aec82585101af145fd759709b553 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 20:21:56 +0000 Subject: [PATCH] Bump websockets from 9.1 to 12.0 Bumps [websockets](https://github.com/python-websockets/websockets) from 9.1 to 12.0. - [Release notes](https://github.com/python-websockets/websockets/releases) - [Commits](https://github.com/python-websockets/websockets/compare/9.1...12.0) --- updated-dependencies: - dependency-name: websockets dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 4bdeeef..dae2742 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ aiohttp==3.9.1 -websockets==9.1 +websockets==12.0 PyJWT==2.4.0 pytz==2019.3 \ No newline at end of file