From 7ffde37a483ed306edf663adbd4966ff47b6babe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Jan 2021 05:46:23 +0000 Subject: [PATCH] Update tqdm requirement from ~=4.55 to ~=4.56 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.55.0...v4.56.0) Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 61b5fbdf..bc7d0c7a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,5 +3,5 @@ click~=7.1 click-completion~=0.5.2 optimade[mongo]~=0.12.6 pymatgen==2020.12.31 -tqdm~=4.55 +tqdm~=4.56 uvicorn~=0.13.3