Skip to content

Commit

Permalink
Update xlrd requirement from ~=1.2.0 to ~=2.0.1 in /server
Browse files Browse the repository at this point in the history
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](python-excel/xlrd@1.2.0...2.0.1)

---
updated-dependencies:
- dependency-name: xlrd
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 22, 2024
1 parent 291ae21 commit 884917b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 884917b

Please sign in to comment.