From e88624ada07e9777efab9f0c83e63ee1446a07c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 May 2024 06:06:08 +0000 Subject: [PATCH] Bump tqdm from 4.62.3 to 4.66.3 Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.62.3 to 4.66.3. - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](https://github.com/tqdm/tqdm/compare/v4.62.3...v4.66.3) --- updated-dependencies: - dependency-name: tqdm dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- requirements_dev.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 370cbde..e09c1d2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ bs4==0.0.1 -tqdm==4.62.3 +tqdm==4.66.3 junitparser==2.4.2 elasticsearch==7.16.0 pygithub==2.3.0 \ No newline at end of file diff --git a/requirements_dev.txt b/requirements_dev.txt index f3fdac5..a5e163d 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -13,7 +13,7 @@ pytest-cov coveralls elasticsearch==7.16.0 bs4==0.0.1 -tqdm==4.62.3 +tqdm==4.66.3 pymongo[srv] junitparser==2.4.2 ## Web dependencies