From 6e34d5250671a34d094cfd107ff2cf8b8dc3369a Mon Sep 17 00:00:00 2001 From: HENRY Florian Date: Sat, 21 Sep 2024 12:19:42 +0200 Subject: [PATCH] fix: bump pycountry version in ERPNext to be compatible with the frappe one (#43317) * fix: pycountry dependency is now in frappe develop branch with 24.6.1 version * fix: bump pycountry version in ERPNext to be compatible with the frappe one --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2ded4740ecc9..ed853cbe88e5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ readme = "README.md" dynamic = ["version"] dependencies = [ # Core dependencies - "pycountry~=22.3.5", + "pycountry~=24.6.1", "Unidecode~=1.3.6", "barcodenumber~=0.5.0", "rapidfuzz~=2.15.0",