From a5644c4a9cd1010b78ef1bd4345254ed0c848029 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 20:56:14 +0000 Subject: [PATCH] Bump websockets from 10.3 to 14.1 Bumps [websockets](https://github.com/python-websockets/websockets) from 10.3 to 14.1. - [Release notes](https://github.com/python-websockets/websockets/releases) - [Commits](https://github.com/python-websockets/websockets/compare/10.3...14.1) --- 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 9a5feb4..7e27a59 100644 --- a/requirements.txt +++ b/requirements.txt @@ -57,4 +57,4 @@ uvicorn==0.18.2; python_version >= "3.7" uvloop==0.16.0; sys_platform != "win32" and sys_platform != "cygwin" and platform_python_implementation != "PyPy" and python_version >= "3.7" watchdog==2.1.9; python_version >= "3.6" watchfiles==0.16.0; python_version >= "3.7" -websockets==10.3; python_version >= "3.7" +websockets==14.1; python_version >= "3.7"