From eeaa010ba3303ae58991053e41a241efdf04a6cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 05:47:13 +0000 Subject: [PATCH] Bump websockets from 12.0 to 14.2 Bumps [websockets](https://github.com/python-websockets/websockets) from 12.0 to 14.2. - [Release notes](https://github.com/python-websockets/websockets/releases) - [Commits](https://github.com/python-websockets/websockets/compare/12.0...14.2) --- 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 38e3cdf..0710e8c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,5 +12,5 @@ multidict==5.2.0 propcache==0.2.0 six==1.16.0 structlog==20.1.0 -websockets==12.0 +websockets==14.2 yarl==1.14.0