From 8421aee13edbdcec75c16839cff9b5b166682c07 Mon Sep 17 00:00:00 2001 From: Samuel Villegas Date: Mon, 13 Mar 2023 18:13:16 -0300 Subject: [PATCH] fix: Update minimum version of `signxml` to `3.1.0` Ref: https://github.com/fyntex/lib-cl-sii-python/pull/428 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4ce5c622..1ab992c0 100644 --- a/setup.py +++ b/setup.py @@ -29,7 +29,7 @@ def get_version(*file_paths: Sequence[str]) -> str: 'pydantic>=1.6.2,!=1.7.*,!=1.8.*,!=1.9.*', 'pyOpenSSL>=22.0.0', 'pytz>=2019.3', - 'signxml>=2.10.1', + 'signxml>=3.1.0', ] extras_requirements = {