From 47b5a49a9e911970e9533c7a6ea27d55513d8035 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Dec 2023 17:19:54 +0000 Subject: [PATCH] chore(deps): update pycountry requirement from 22.3.5 to 23.12.11 Updates the requirements on [pycountry](https://github.com/flyingcircusio/pycountry) to permit the latest version. - [Changelog](https://github.com/pycountry/pycountry/blob/main/HISTORY.txt) - [Commits](https://github.com/flyingcircusio/pycountry/compare/22.3.5...23.12.11) --- updated-dependencies: - dependency-name: pycountry dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8f24740..38f3f89 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ PyYAML = "6.0" wptools = "0.4.17" wikipedia = "1.4.0" pandas = "1.5.1" -pycountry = "22.3.5" +pycountry = "23.12.11" Unidecode = "1.3.6" uplink = "0.9.7" pytickersymbols = "^1.13.0"