From 6852346838e8bd8e870701fb4decbc8bfba3ee82 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Dec 2022 13:07:59 +0000 Subject: [PATCH] chore(deps): Bump pyopenssl from 22.0.0 to 22.1.0 Bumps [pyopenssl](https://github.com/pyca/pyopenssl) from 22.0.0 to 22.1.0. - [Release notes](https://github.com/pyca/pyopenssl/releases) - [Changelog](https://github.com/pyca/pyopenssl/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/pyopenssl/compare/22.0.0...22.1.0) --- updated-dependencies: - dependency-name: pyopenssl dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.in | 2 +- requirements.txt | 2 +- tests/test_libs_xml_utils.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.in b/requirements.in index 56fcfafc..210360a6 100644 --- a/requirements.in +++ b/requirements.in @@ -14,6 +14,6 @@ jsonschema==4.16.0 lxml==4.9.1 marshmallow==2.21.0 pydantic==1.10.2 -pyOpenSSL==22.0.0 +pyOpenSSL==22.1.0 pytz==2022.6 signxml==2.10.1 diff --git a/requirements.txt b/requirements.txt index ae25ef16..605b0599 100644 --- a/requirements.txt +++ b/requirements.txt @@ -45,7 +45,7 @@ pycparser==2.20 # via cffi pydantic==1.10.2 # via -r requirements.in -pyopenssl==22.0.0 +pyopenssl==22.1.0 # via # -r requirements.in # signxml diff --git a/tests/test_libs_xml_utils.py b/tests/test_libs_xml_utils.py index 5d7a261f..c6733098 100644 --- a/tests/test_libs_xml_utils.py +++ b/tests/test_libs_xml_utils.py @@ -261,7 +261,7 @@ def test_fail_included_cert_not_from_a_known_ca(self) -> None: verify_xml_signature(xml_doc, trusted_x509_cert=None) self.assertEqual( cm.exception.args, - ("[20, 0, 'unable to get local issuer certificate']",), + ('unable to get local issuer certificate',), ) def test_fail_signed_data_modified(self) -> None: