From 25211ec21c49474b618e59df08f319a8da6a20d1 Mon Sep 17 00:00:00 2001 From: David James Date: Sat, 8 Jun 2024 11:17:24 +1000 Subject: [PATCH] test: add test for latest cryptography --- tests/python-versions-or/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/python-versions-or/pyproject.toml b/tests/python-versions-or/pyproject.toml index 6c866a1f4..519952e36 100644 --- a/tests/python-versions-or/pyproject.toml +++ b/tests/python-versions-or/pyproject.toml @@ -8,7 +8,7 @@ readme = "README.md" [tool.poetry.dependencies] python = "^3.10" ndg-httpsclient = "0.5.1" -cryptography = "42.0.7" +cryptography = "42.0.8" bcrypt = "4.1.3" [build-system]