From 9392e52bdc09e57a1503eef862d168e3b6bea76a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 09:28:17 +0000 Subject: [PATCH] chore(deps)(deps): update cryptography requirement 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...46.0.6) --- updated-dependencies: - dependency-name: cryptography dependency-version: 46.0.6 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- lambda/websocket_api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lambda/websocket_api/requirements.txt b/lambda/websocket_api/requirements.txt index 4c332df..29c32c8 100644 --- a/lambda/websocket_api/requirements.txt +++ b/lambda/websocket_api/requirements.txt @@ -1,4 +1,4 @@ # Dependencies for websocket Lambda # PyJWT is bundled here since the common layer is not attached to this function PyJWT==2.8.0 -cryptography>=42.0.0,<44 +cryptography>=42.0.0,<47