From c41d6164dc30177954f9d78fc8da3763093937fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Aug 2023 14:45:42 +0000 Subject: [PATCH] Update tqdm requirement from ~=4.63.0 to ~=4.66.1 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.63.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 8d44831..7073196 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,5 +2,5 @@ click~=8.0.4 cbapi~=1.7.9 requests~=2.27.1 setuptools~=60.6.0 -tqdm~=4.63.0 +tqdm~=4.66.1 carbon-black-cloud-sdk~=1.3.6 \ No newline at end of file