From 184759a55da8c7c0add2c8503988adc7e40ae391 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Feb 2026 23:46:39 +0000 Subject: [PATCH] Bump cryptography from 41.0.3 to 46.0.5 in /hlserver Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.3 to 46.0.5. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/41.0.3...46.0.5) --- updated-dependencies: - dependency-name: cryptography dependency-version: 46.0.5 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..fefade6 100644 --- a/hlserver/requirements.txt +++ b/hlserver/requirements.txt @@ -1,3 +1,3 @@ pyjwt==2.8.0 -cryptography==41.0.3 +cryptography==46.0.5 requests==2.31.0