From b1b568347cedc7de14848abf89ce96b5bc8a7054 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 3 Jul 2025 11:38:12 +0000 Subject: [PATCH] fix(deps): update dependency python-stdnum to v2 --- pyproject.toml | 2 +- uv.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 33a1964..faec0f4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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", diff --git a/uv.lock b/uv.lock index e6c4781..9fb0b00 100644 --- a/uv.lock +++ b/uv.lock @@ -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]]