From 484f44eff05c955ac78743e8c50d05242fa94dd5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Dec 2024 21:23:07 +0000 Subject: [PATCH] Update tqdm requirement from ~=4.67.0 to ~=4.67.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.67.0...v4.67.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 019cba9..2338cc5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,5 +13,5 @@ PyInquirer~=1.0.3 termcolor~=2.5.0 coloredlogs==15.0 validators~=0.34.0 -tqdm~=4.67.0 +tqdm~=4.67.1 jsonpickle~=4.0.0 \ No newline at end of file