From 7a48bd064d24c64ffc09f9ceedb8fbfba81f7a5f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 21:22:08 +0000 Subject: [PATCH] Update tqdm requirement from ~=4.65.0 to ~=4.66.1 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.65.0...v4.66.1) --- updated-dependencies: - dependency-name: tqdm dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index efa62601c..60b5a68cf 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,4 +7,4 @@ importlib-metadata~=3.3; python_version < '3.8' phx-class-registry~=4.0 rst2ansi==0.1.5 tabulate==0.9.0 -tqdm~=4.65.0 +tqdm~=4.66.1