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:
Akhil Narang
2025-07-02 11:44:49 +05:30
committed by GitHub
parent 863507ea28
commit 072518ed96

View File

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