From 4625f057d1257cb7ddc674ef14f657d9219862ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 May 2024 01:00:38 +0300 Subject: [PATCH] Bump tqdm from 4.64.1 to 4.66.3 in /examples/cicd (#1260) Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.64.1 to 4.66.3. - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](https://github.com/tqdm/tqdm/compare/v4.64.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> --- examples/cicd/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/cicd/requirements.txt b/examples/cicd/requirements.txt index 544c593f..ff0523bb 100644 --- a/examples/cicd/requirements.txt +++ b/examples/cicd/requirements.txt @@ -1,4 +1,4 @@ -tqdm==4.64.1 +tqdm==4.66.3 clearml>=1.14.4 github3.py==3.2.0 tabulate==0.9.0