From ce8fdcb66ebf2b67c2712e4d8560971432229bab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 May 2022 01:06:28 +0000 Subject: [PATCH] Build(deps): update tqdm requirement from ~=4.61 to ~=4.64 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.61.0...v4.64.0) --- updated-dependencies: - dependency-name: tqdm dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/requirements.txt b/requirements/requirements.txt index d0493aac..22a06d9a 100644 --- a/requirements/requirements.txt +++ b/requirements/requirements.txt @@ -4,5 +4,5 @@ psutil~=5.8 pyyaml~=5.4 pymongo~=3.11 numba~=0.52 -tqdm~=4.61 +tqdm~=4.64 matplotlib~=3.4