From e6b37eb9791fb759fb3c108972dc7d2a30c69597 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 16:46:40 +0000 Subject: [PATCH] Update cryptography requirement from ==43.* to >=43,<45 in /python (#6676) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Amaury Chamayou --- python/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/pyproject.toml b/python/pyproject.toml index fca4ea8611a..bb73609b02c 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -17,7 +17,7 @@ classifiers = [ ] dependencies = [ "loguru >= 0.5, == 0.*", - "cryptography == 43.*", + "cryptography == 44.*", "string-color >= 1.2.1, == 1.*", "pycose >= 1.0.1, == 1.*", "setuptools >= 74,< 76",