From ef6e1ed64f3a70c793043edc83368a284a245129 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Feb 2023 13:14:09 +0000 Subject: [PATCH] Update emoji-country-flag requirement in /utils/clashcheck Updates the requirements on [emoji-country-flag](https://github.com/cvzi/flag) to permit the latest version. - [Release notes](https://github.com/cvzi/flag/releases) - [Commits](https://github.com/cvzi/flag/compare/v1.3.1...v1.3.2) --- updated-dependencies: - dependency-name: emoji-country-flag 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..381dd2e88bd 100644 --- a/utils/clashcheck/requirements.txt +++ b/utils/clashcheck/requirements.txt @@ -3,5 +3,5 @@ requests~=2.28.1 geoip2==4.6.0 maxminddb~=2.2.0 psutil~=5.9.4 -emoji-country-flag~=1.3.1 +emoji-country-flag~=1.3.2 tqdm~=4.64.1