From 88cd3f6576765367076f37c1a01d18b4f04ae04b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 May 2026 00:17:48 +0000 Subject: [PATCH] Update cryptography requirement from >=42.0 to >=48.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...48.0.0) --- updated-dependencies: - dependency-name: cryptography dependency-version: 48.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..466ffdd 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>=48.0.0 PyJWT>=2.8 javalang>=0.13 pydantic>=2.9