From 57c4b94a20d84d0ba393c6f7adba891e42873107 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 09:33:27 +0000 Subject: [PATCH] chore(deps): update tqdm requirement from ~=4.66.4 to ~=4.66.5 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.4...v4.66.5) --- 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 4edafdb9..4bc57cd3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ requests~=2.32.2 APScheduler~=3.10.4 rsa~=4.9 pillow~=10.3.0 -tqdm~=4.66.4 +tqdm~=4.66.5 yarl~=1.9.4 pycryptodomex~=3.20.0 qrcode_terminal~=0.8 \ No newline at end of file