From e5c29c60a07d6fc5586c9b4fdd9f633fe5e1c3d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 12 Oct 2024 23:41:29 +0200 Subject: [PATCH] Update websockets requirement from ==12.* to ==13.* in /server (#229) Updates the requirements on [websockets](https://github.com/python-websockets/websockets) to permit the latest version. - [Release notes](https://github.com/python-websockets/websockets/releases) - [Commits](https://github.com/python-websockets/websockets/compare/12.0...13.0) --- updated-dependencies: - dependency-name: websockets dependency-type: direct:production ... --- server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/requirements.txt b/server/requirements.txt index 524ece85..5067ac33 100644 --- a/server/requirements.txt +++ b/server/requirements.txt @@ -31,7 +31,7 @@ reportlab==4.2.* requests==2.31.* sentry-sdk==2.14.* tqdm==4.66.* -websockets==12.* +websockets==13.* # deploy psycopg2==2.9.9