From 78a72aba202eadb79c193e42830db34cc8a728b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Jul 2025 19:58:25 +0000 Subject: [PATCH] chore(deps): Bump signxml from 4.0.3 to 4.1.0 Bumps [signxml](https://github.com/XML-Security/signxml) from 4.0.3 to 4.1.0. - [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/v4.0.3...v4.1.0) --- updated-dependencies: - dependency-name: signxml dependency-version: 4.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.in | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.in b/requirements.in index 25cb4c73..a3d753e4 100644 --- a/requirements.in +++ b/requirements.in @@ -19,5 +19,5 @@ pydantic==2.11.7 pyOpenSSL==25.1.0 pytz==2025.2 setuptools==80.9.0 -signxml==4.0.5 +signxml==4.1.0 typing-extensions==4.14.0 diff --git a/requirements.txt b/requirements.txt index 9c2adcc9..08ad3357 100644 --- a/requirements.txt +++ b/requirements.txt @@ -64,7 +64,7 @@ rpds-py==0.19.0 # via # jsonschema # referencing -signxml==4.0.5 +signxml==4.1.0 # via -r requirements.in sqlparse==0.5.0 # via django