From 046a03be632d11cdb404056c897cd01c6bed0dd9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 12:14:46 +0000 Subject: [PATCH] Update tqdm requirement from ~=4.66.5 to ~=4.66.6 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.66.5...v4.66.6) --- 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 0548837..ec00087 100644 --- a/requirements.txt +++ b/requirements.txt @@ -18,6 +18,6 @@ PyMemoryEditor~=1.5.22 requests~=2.32.3 rlottie_python~=1.3.6 signalstickers-client-fork-laggykiller~=3.3.0.post2 -tqdm~=4.66.5 +tqdm~=4.66.6 ttkbootstrap-fork-laggykiller~=1.5.1 websocket_client~=1.8.0 \ No newline at end of file