From c01572a5f019cae14132367c0d3b2a542001c81b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 28 Nov 2024 10:55:57 +0000 Subject: [PATCH] Update dependency cryptography to v44 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 92f300c..c510485 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ packages = [ python = ">=3.9,<3.14" httpx = {extras = ["http2"], version = ">=0.23.0,<0.28.0"} PyJWT = ">=2.0.0,<2.11.0" -cryptography = ">=43,<44" +cryptography = ">=44,<45" [tool.poetry.group.dev.dependencies] pytest = ">=8.3.2,<8.4.0"