From 4bab2b9845fbad364a12a730cffadda8f9297f1a Mon Sep 17 00:00:00 2001 From: Christian Decker Date: Mon, 30 Sep 2024 10:15:11 +0200 Subject: [PATCH] testing: Update cryptograhy to newer version --- libs/gl-testing/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/gl-testing/pyproject.toml b/libs/gl-testing/pyproject.toml index 13bb1a809..a854e87ef 100644 --- a/libs/gl-testing/pyproject.toml +++ b/libs/gl-testing/pyproject.toml @@ -11,7 +11,7 @@ packages = [ [tool.poetry.dependencies] python = "^3.8" -cryptography = ">=36.0.1,<37.0.0" +cryptography = ">=36.0.1" ephemeral-port-reserve = "^1.1.4" sh = "^1.14.2" pytest-timeout = "^2.1.0"