From 1e91b4b4ce08af556e9b77a4e9e323c3982df44e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 16:27:58 +0100 Subject: [PATCH] build(deps): bump tqdm from 4.66.1 to 4.66.3 in /test (#297) Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.66.1 to 4.66.3. - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](https://github.com/tqdm/tqdm/compare/v4.66.1...v4.66.3) --- updated-dependencies: - dependency-name: tqdm dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- test/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/requirements.txt b/test/requirements.txt index cb8a72b3..e060fdac 100644 --- a/test/requirements.txt +++ b/test/requirements.txt @@ -3,5 +3,5 @@ charset-normalizer==3.2.0 colorama==0.4.6 idna==3.7 requests==2.31.0 -tqdm==4.66.1 +tqdm==4.66.3 urllib3==2.0.7