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
This commit is contained in:
HENRY Florian
2024-09-21 12:19:42 +02:00
committed by GitHub
parent 93f867570f
commit 6e34d52506

View File

@@ -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",