From cf5fbaedee75b52b41a7f261abfb39e2b9867548 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Feb 2023 13:13:51 +0000 Subject: [PATCH] Update emoji-country-flag requirement in /utils/pool 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/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..1821212d06f 100644 --- a/utils/pool/requirements.txt +++ b/utils/pool/requirements.txt @@ -3,4 +3,4 @@ requests~=2.28.1 PyYAML~=6.0 maxminddb~=2.2.0 setuptools~=65.6.3 -emoji-country-flag~=1.3.1 +emoji-country-flag~=1.3.2