From f4d93a9669f4b43c8f0407aa61d6434af3f28051 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Mar 2023 14:24:21 +0000 Subject: [PATCH] Update tqdm requirement from ~=4.64.1 to ~=4.65.0 in /utils/clashcheck 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/clashcheck/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/clashcheck/requirements.txt b/utils/clashcheck/requirements.txt index b6184b996a2..592d1f5c068 100644 --- a/utils/clashcheck/requirements.txt +++ b/utils/clashcheck/requirements.txt @@ -4,4 +4,4 @@ geoip2==4.6.0 maxminddb~=2.2.0 psutil~=5.9.4 emoji-country-flag~=1.3.1 -tqdm~=4.64.1 +tqdm~=4.65.0