From f651f860a87accb28d39a9531142d835584cc80f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Nov 2023 21:14:29 +0000 Subject: [PATCH] Update pyhanko-certvalidator requirement Updates the requirements on [pyhanko-certvalidator](https://github.com/MatthiasValvekens/certvalidator) to permit the latest version. - [Release notes](https://github.com/MatthiasValvekens/certvalidator/releases) - [Changelog](https://github.com/MatthiasValvekens/certvalidator/blob/master/changelog.md) - [Commits](https://github.com/MatthiasValvekens/certvalidator/compare/v0.24.0...v0.26.0) --- updated-dependencies: - dependency-name: pyhanko-certvalidator dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 56c32e62..2b7e7031 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ dependencies = [ "asn1crypto>=1.5.1", "qrcode>=6.1", "tzlocal>=4.3", - "pyhanko-certvalidator>=0.24,<0.26", + "pyhanko-certvalidator>=0.24,<0.27", "click>=7.1.2", "requests>=2.24.0", "pyyaml>=5.3.1",