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"] dynamic = ["version"]
dependencies = [ dependencies = [
# Core dependencies # Core dependencies
"pycountry~=24.6.1", "Unidecode~=1.4.0",
"Unidecode~=1.3.6",
"barcodenumber~=0.5.0", "barcodenumber~=0.5.0",
"rapidfuzz~=3.12.2", "rapidfuzz~=3.12.2",
"holidays~=0.28", "holidays~=0.75",
# integration dependencies # integration dependencies
"googlemaps", "googlemaps~=4.10.0",
"plaid-python~=7.2.1", "plaid-python~=7.2.1",
"python-youtube~=0.8.0", "python-youtube~=0.9.7",
# Not used directly - required by PyQRCode for PNG generation # Not used directly - required by PyQRCode for PNG generation
"pypng~=0.20220715.0", "pypng~=0.20220715.0",