From e3b880403cd452276893d902d7b86a10532bc4e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Jan 2025 13:50:28 +0000 Subject: [PATCH] Update pycountry requirement from <24,>=23.12.11 to >=23.12.11,<25 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/23.12.11...24.6.1) --- 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 acf7ccd..4fd0eec 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ dependencies = [ "xmltodict>=0.12,<0.15", "types-xmltodict>=0.13,<0.14", "nameparser>=1.1.2,<2", - "pycountry>=23.12.11,<24", + "pycountry>=23.12.11,<25", "click>=8.1.7,<9", "furl>=2.1.3,<3", "lxml>=4.8",