From 2bc24b98374e5a58f756a4dbd09fdb1730bc845a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Aug 2024 19:17:37 +0000 Subject: [PATCH] Bump tqdm from 4.66.1 to 4.66.3 in /PythonRpcServer 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] --- PythonRpcServer/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PythonRpcServer/requirements.txt b/PythonRpcServer/requirements.txt index a392934..fa3dd7d 100644 --- a/PythonRpcServer/requirements.txt +++ b/PythonRpcServer/requirements.txt @@ -25,7 +25,7 @@ ptyprocess==0.7.0 requests==2.31.0 requests-toolbelt==1.0.0 six==1.16.0 -tqdm==4.66.1 +tqdm==4.66.3 traitlets==4.3.3 urllib3==2.1.0 wcwidth==0.2.13