From 8ea868c5aef046810975a768c2371a3f46b70c7b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Mar 2021 07:52:23 +0000 Subject: [PATCH] Update tqdm requirement from ==4.58.* to ==4.59.* in /server Updates the requirements on [tqdm](https://github.com/tqdm/tqdm) to permit the latest version. - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](https://github.com/tqdm/tqdm/compare/v4.58.0...v4.59.0) 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 23821952c..12a305bcf 100644 --- a/server/requirements.txt +++ b/server/requirements.txt @@ -26,7 +26,7 @@ redis reportlab==3.5.* requests==2.25.* sentry-sdk==0.19.* -tqdm==4.58.* +tqdm==4.59.* websockets==8.* xlrd~=1.2.0