From d15bd3cb58de3033dc3f24a6a6fb423fd882135d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Oct 2024 13:36:21 +0000 Subject: [PATCH] chore(deps): Bump signxml from 3.2.2 to 4.0.2 Bumps [signxml](https://github.com/kislyuk/signxml) from 3.2.2 to 4.0.2. - [Release notes](https://github.com/kislyuk/signxml/releases) - [Changelog](https://github.com/XML-Security/signxml/blob/develop/Changes.rst) - [Commits](https://github.com/kislyuk/signxml/compare/v3.2.2...v4.0.2) --- updated-dependencies: - dependency-name: signxml dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.in | 2 +- requirements.txt | 6 ++---- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/requirements.in b/requirements.in index 85236d9d..1db250d2 100644 --- a/requirements.in +++ b/requirements.in @@ -18,4 +18,4 @@ marshmallow==3.22.0 pydantic==2.9.2 pyOpenSSL==24.2.1 pytz==2024.1 -signxml==3.2.2 +signxml==4.0.2 diff --git a/requirements.txt b/requirements.txt index 288f0b32..b3162aa9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -64,9 +64,7 @@ pydantic==2.9.2 pydantic-core==2.23.4 # via pydantic pyopenssl==24.2.1 - # via - # -r requirements.in - # signxml + # via -r requirements.in pytz==2024.1 # via -r requirements.in referencing==0.35.1 @@ -77,7 +75,7 @@ rpds-py==0.19.0 # via # jsonschema # referencing -signxml==3.2.2 +signxml==4.0.2 # via -r requirements.in sqlparse==0.5.0 # via django