From acc85362431b63beb54514363713023d985e80e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 28 Mar 2026 08:57:03 +0000 Subject: [PATCH] Bump cryptography from 41.0.3 to 46.0.6 in /hlserver Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.3 to 46.0.6. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/41.0.3...46.0.6) --- updated-dependencies: - dependency-name: cryptography dependency-version: 46.0.6 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- hlserver/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hlserver/requirements.txt b/hlserver/requirements.txt index e696dbb..39cfa26 100644 --- a/hlserver/requirements.txt +++ b/hlserver/requirements.txt @@ -1,3 +1,3 @@ pyjwt==2.8.0 -cryptography==41.0.3 +cryptography==46.0.6 requests==2.31.0