From 884917bf54b0f0d2a4418a49a9fb125f43eadc3c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 08:27:43 +0000 Subject: [PATCH] Update xlrd requirement from ~=1.2.0 to ~=2.0.1 in /server Updates the requirements on [xlrd](https://github.com/python-excel/xlrd) to permit the latest version. - [Changelog](https://github.com/python-excel/xlrd/blob/master/CHANGELOG.rst) - [Commits](https://github.com/python-excel/xlrd/compare/1.2.0...2.0.1) --- updated-dependencies: - dependency-name: xlrd 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..db7573d5 100644 --- a/server/requirements.txt +++ b/server/requirements.txt @@ -33,7 +33,7 @@ requests==2.31.* sentry-sdk==1.30.* tqdm==4.66.* websockets==11.* -xlrd~=1.2.0 # do not update, 2.x does not support .xlsx, only .xls +xlrd~=2.0.1 # do not update, 2.x does not support .xlsx, only .xls # deploy psycopg2==2.9.9