From 624ee4672cd2baae31d11dcd0000b33e740e53c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Apr 2026 00:16:12 +0000 Subject: [PATCH] Update cryptography requirement from >=42.0 to >=47.0.0 Updates the requirements on [cryptography](https://github.com/pyca/cryptography) to permit the latest version. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/42.0.0...47.0.0) --- updated-dependencies: - dependency-name: cryptography dependency-version: 47.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index cb19d72..cf56b9e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ pytest>=8.0 pytest-asyncio>=0.23 httpx>=0.27 fastapi>=0.111 -cryptography>=42.0 +cryptography>=47.0.0 PyJWT>=2.8 javalang>=0.13 pydantic>=2.9