From 5849cc44994944d028fe6cfc46af3b5e90e731d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Mar 2023 14:24:04 +0000 Subject: [PATCH] Update tqdm requirement from ~=4.64.1 to ~=4.65.0 in /utils/pool 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.64.1...v4.65.0) --- updated-dependencies: - dependency-name: tqdm dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- utils/pool/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/pool/requirements.txt b/utils/pool/requirements.txt index c06ddd096f3..4ed94f8aeea 100644 --- a/utils/pool/requirements.txt +++ b/utils/pool/requirements.txt @@ -1,4 +1,4 @@ -tqdm~=4.64.1 +tqdm~=4.65.0 requests~=2.28.1 PyYAML~=6.0 maxminddb~=2.2.0