1
0
mirror of https://github.com/ilri/csv-metadata-quality.git synced 2025-07-04 05:23:25 +02:00

fix(deps): update dependency python-stdnum to v2

This commit is contained in:
renovate[bot]
2025-07-03 11:38:12 +00:00
committed by GitHub
parent 22b2e3b8ae
commit b1b568347c
2 changed files with 5 additions and 5 deletions

View File

@ -8,7 +8,7 @@ authors = [
license= { file = "LICENSE.txt" }
dependencies = [
"pandas[feather,performance]~=2.2.3",
"python-stdnum~=1.20",
"python-stdnum~=2.1",
"requests~=2.32.3",
"requests-cache~=1.2.1",
"colorama~=0.4",

8
uv.lock generated
View File

@ -276,7 +276,7 @@ requires-dist = [
{ name = "pandas", extras = ["feather", "performance"], specifier = "~=2.2.3" },
{ name = "py3langid", specifier = "~=0.3" },
{ name = "pycountry", specifier = "~=24.6.1" },
{ name = "python-stdnum", specifier = "~=1.20" },
{ name = "python-stdnum", specifier = "~=2.1" },
{ name = "requests", specifier = "~=2.32.3" },
{ name = "requests-cache", specifier = "~=1.2.1" },
]
@ -965,11 +965,11 @@ wheels = [
[[package]]
name = "python-stdnum"
version = "1.20"
version = "2.1"
source = { registry = "https://pypi.org/simple" }
sdist = { url = "https://files.pythonhosted.org/packages/40/3f/dd322d9408e1850a8f0faab8e2a4bf2a55c0b722a72f7579362177dfad72/python-stdnum-1.20.tar.gz", hash = "sha256:ad2a2cf2eb025de408210235f36b4ae31252de3186240ccaa8126e117cb82690", size = 1191978, upload-time = "2024-03-17T21:50:28.807Z" }
sdist = { url = "https://files.pythonhosted.org/packages/83/60/fd8299c7d8990a7d802286ac604862387bcac3df08be7cb1c932c33ef7da/python_stdnum-2.1.tar.gz", hash = "sha256:6b01645969eb3dfd55061a0114d593753cd9e653cea9083198b7eea12644397a", size = 1238596, upload-time = "2025-05-17T13:18:43.506Z" }
wheels = [
{ url = "https://files.pythonhosted.org/packages/d6/0f/8639d60f6d7c169836694aa81504c4ee9a95dfb73ccdb16be66df4785f52/python_stdnum-1.20-py2.py3-none-any.whl", hash = "sha256:111008e10391d54fb2afad2a10df70d5cb0c6c0a7ec82fec6f022cb8712961d3", size = 1059803, upload-time = "2024-03-17T21:50:25.669Z" },
{ url = "https://files.pythonhosted.org/packages/67/04/730f619b5b8470adf0e029ee2f0a060689145ea64dec001c8bac3c3959e2/python_stdnum-2.1-py3-none-any.whl", hash = "sha256:25eabcf5f307dd4150fd8f1c03f4512a6caeb84c9f09be1448711f5803373c58", size = 1120175, upload-time = "2025-05-17T13:18:41.193Z" },
]
[[package]]