From 48a5ba13ea7d6f348ebab6d8eb82fadd63f16d20 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 02:30:24 +0000 Subject: [PATCH] Bump websockets from 12.0 to 13.1 Bumps [websockets](https://github.com/python-websockets/websockets) from 12.0 to 13.1. - [Release notes](https://github.com/python-websockets/websockets/releases) - [Commits](https://github.com/python-websockets/websockets/compare/12.0...13.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 a6fa4224..e958ccf3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -23,5 +23,5 @@ pydantic==1.10.18 Werkzeug==3.0.4 graphql-core==3.2.4 gql==3.5.0 -websockets==12.0 +websockets==13.1 asyncwebsockets==0.9.4 \ No newline at end of file