From b4da549c5773c09caf526c2831ac99f47d8d6fbe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Oct 2023 20:57:53 +0000 Subject: [PATCH] Update pyhanko-certvalidator requirement from ==0.24.* to >=0.24,<0.26 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.25.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 a038a2e8..56c32e62 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.*", + "pyhanko-certvalidator>=0.24,<0.26", "click>=7.1.2", "requests>=2.24.0", "pyyaml>=5.3.1",