From cc1e5903e66c133f361ff59d71f399610bda74c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Sep 2023 04:40:39 +0000 Subject: [PATCH] Update tqdm requirement from ==4.65.* to ==4.66.* 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 6112493..f9053a7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,7 +13,7 @@ PyYAML==6.0.1 requests==2.31.* requests-cache==1.1.* six==1.16.* -tqdm==4.65.* +tqdm==4.66.* urllib3==2.0.* virtualenv==20.24.* wrapt==1.15.*