From d9ac387e394e65ce4d001ff670779ea31a457b50 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 06:32:04 +0000 Subject: [PATCH] build(deps): update cryptography requirement from ~=43.0 to ~=44.0 Updates the requirements on [cryptography](https://github.com/pyca/cryptography) to permit the latest version. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/43.0.0...44.0.0) --- updated-dependencies: - dependency-name: cryptography 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 52de26e..a92a894 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ dependencies = [ "pydantic ~= 2.4", # For the `certvalidator` test harness. "certvalidator ~= 0.11", - "cryptography ~= 43.0", + "cryptography ~= 44.0", "pyyaml ~= 6.0", "pyOpenSSL", "certifi",