From f84425d3ba10015f76ec0a3e467d830237e1717a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Jun 2025 00:38:20 +0000 Subject: [PATCH] Bump signxml from 1.0.2 to 4.0.4 Bumps [signxml](https://github.com/XML-Security/signxml) from 1.0.2 to 4.0.4. - [Release notes](https://github.com/XML-Security/signxml/releases) - [Changelog](https://github.com/XML-Security/signxml/blob/main/Changes.rst) - [Commits](https://github.com/XML-Security/signxml/compare/v1.0.2...v4.0.4) --- updated-dependencies: - dependency-name: signxml dependency-version: 4.0.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4039f0e..8760298 100644 --- a/setup.py +++ b/setup.py @@ -18,5 +18,5 @@ include_package_data=True, zip_safe=False, licence='MIT', - install_requires=['signxml==1.0.2'] + install_requires=['signxml==4.0.4'] )