From 9a2e69e818555a05d6ad393918260be69e25832a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 04:44:06 +0000 Subject: [PATCH] chore(deps): update cryptography requirement from >=47.0.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/47.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 e364248..3ed807f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,4 +14,4 @@ pytest-asyncio==0.24.0 aiohttp>=3.13.5 arq==0.28.0 PyJWT>=2.12.1 -cryptography>=47.0.0 +cryptography>=48.0.0