From 9d8da5f96d5cfb226b06635f72c10d695a5f5910 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 08:27:33 +0000 Subject: [PATCH] Update websockets requirement from ==11.* to ==12.* in /server 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/11.0...12.0) --- updated-dependencies: - dependency-name: websockets dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/requirements.txt b/server/requirements.txt index 4f02863e..e42a28e1 100644 --- a/server/requirements.txt +++ b/server/requirements.txt @@ -32,7 +32,7 @@ reportlab==4.0.* requests==2.31.* sentry-sdk==1.30.* tqdm==4.66.* -websockets==11.* +websockets==12.* xlrd~=1.2.0 # do not update, 2.x does not support .xlsx, only .xls # deploy