From 14c5e55012dd0b041495e39c719a975ded7cb497 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Feb 2025 05:19:37 +0000 Subject: [PATCH] Bump websockets from 12.0 to 15.0 Bumps [websockets](https://github.com/python-websockets/websockets) from 12.0 to 15.0. - [Release notes](https://github.com/python-websockets/websockets/releases) - [Commits](https://github.com/python-websockets/websockets/compare/12.0...15.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 e5147bc..6c867e5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,5 +12,5 @@ multidict==5.2.0 propcache==0.2.0 six==1.17.0 structlog==20.1.0 -websockets==12.0 +websockets==15.0 yarl==1.14.0