mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-12 17:23:38 +00:00
build: bump dependencies (#48122)
* build(deps): drop `pycountry` Framework includes this Signed-off-by: Akhil Narang <me@akhilnarang.dev> * build(deps): bump unidecode Signed-off-by: Akhil Narang <me@akhilnarang.dev> * build(deps): bump holidays Signed-off-by: Akhil Narang <me@akhilnarang.dev> * build(deps): pin googlemaps Signed-off-by: Akhil Narang <me@akhilnarang.dev> * build(deps): bump python-youtube Signed-off-by: Akhil Narang <me@akhilnarang.dev> --------- Signed-off-by: Akhil Narang <me@akhilnarang.dev>
This commit is contained in:
@@ -9,16 +9,15 @@ readme = "README.md"
|
||||
dynamic = ["version"]
|
||||
dependencies = [
|
||||
# Core dependencies
|
||||
"pycountry~=24.6.1",
|
||||
"Unidecode~=1.3.6",
|
||||
"Unidecode~=1.4.0",
|
||||
"barcodenumber~=0.5.0",
|
||||
"rapidfuzz~=3.12.2",
|
||||
"holidays~=0.28",
|
||||
"holidays~=0.75",
|
||||
|
||||
# integration dependencies
|
||||
"googlemaps",
|
||||
"googlemaps~=4.10.0",
|
||||
"plaid-python~=7.2.1",
|
||||
"python-youtube~=0.8.0",
|
||||
"python-youtube~=0.9.7",
|
||||
|
||||
# Not used directly - required by PyQRCode for PNG generation
|
||||
"pypng~=0.20220715.0",
|
||||
|
||||
Reference in New Issue
Block a user