From 7f74bac74d5dd1dac21b34dc48eb0b7f82490e6a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Nov 2024 02:49:04 +0000 Subject: [PATCH] Update cryptography requirement in the python group Updates the requirements on [cryptography](https://github.com/pyca/cryptography) to permit the latest version. Updates `cryptography` to 44.0.0 - [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 dependency-group: python ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9a94b55..a779685 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ license = { file = "LICENSE" } authors = [{ name = "Trail of Bits", email = "opensource@trailofbits.com" }] dependencies = [ "maturin>=1.7,<2.0", - "cryptography>=43,<44", + "cryptography>=43,<45", ] [project.optional-dependencies]