From 0b65cae88e63e3fb341102422e51778841a9b737 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 06:31:56 +0000 Subject: [PATCH] deps(python): update python-stdnum requirement from >=1.18 to >=2.2 Updates the requirements on [python-stdnum](https://github.com/arthurdejong/python-stdnum) to permit the latest version. - [Release notes](https://github.com/arthurdejong/python-stdnum/releases) - [Changelog](https://github.com/arthurdejong/python-stdnum/blob/master/ChangeLog) - [Commits](https://github.com/arthurdejong/python-stdnum/compare/1.18...2.2) --- updated-dependencies: - dependency-name: python-stdnum dependency-version: '2.2' dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docker/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/requirements.txt b/docker/requirements.txt index e5722974..acc3535b 100644 --- a/docker/requirements.txt +++ b/docker/requirements.txt @@ -32,7 +32,7 @@ xlrd xlwt>=1.3.0 # Data validation (phonenumbers is standard Odoo, stdnum for IDs) -python-stdnum>=1.18 +python-stdnum>=2.2 phonenumbers>=8.13.0 # AWS integration (for spp_key_management AWS KMS provider - optional but included)