From 6bcbebdad41234e5466c060c7e0b4406bd8f9bb7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 May 2024 19:52:39 +0000 Subject: [PATCH] chore(deps): bump tqdm from 4.42.0 to 4.66.3 in /apps-cd Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.42.0 to 4.66.3. - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](https://github.com/tqdm/tqdm/compare/v4.42.0...v4.66.3) --- updated-dependencies: - dependency-name: tqdm dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- apps-cd/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps-cd/requirements.txt b/apps-cd/requirements.txt index 803362c6b..732bd3c7f 100644 --- a/apps-cd/requirements.txt +++ b/apps-cd/requirements.txt @@ -17,5 +17,5 @@ pyjwt==1.7.1 requests==2.22.0 requests-oauthlib==1.2.0 requests-toolbelt==0.9.1 -tqdm==4.42.0 +tqdm==4.66.3 watchdog==0.9.0