From e43b2c76d514c25240776ccdcc2c69fd66ca6668 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Apr 2022 19:19:39 +0000 Subject: [PATCH] build(deps): Update tqdm requirement from ~=4.62 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.62.0...v4.64.0) --- updated-dependencies: - dependency-name: tqdm dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- registry/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/registry/requirements.txt b/registry/requirements.txt index 2cddf4a..87c8ace 100644 --- a/registry/requirements.txt +++ b/registry/requirements.txt @@ -1,3 +1,3 @@ tomli~=1.2 -tqdm~=4.62 +tqdm~=4.64 seaborn~=0.11 \ No newline at end of file