From 5c1294927b0784d89159c351353ff9b316c2108e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Feb 2026 02:09:12 +0000 Subject: [PATCH] chore(deps): bump cryptography from 44.0.3 to 46.0.5 in /examples/python Bumps [cryptography](https://github.com/pyca/cryptography) from 44.0.3 to 46.0.5. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/44.0.3...46.0.5) --- updated-dependencies: - dependency-name: cryptography dependency-version: 46.0.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/python/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/python/requirements.txt b/examples/python/requirements.txt index 9d769ef6..25d31ccf 100644 --- a/examples/python/requirements.txt +++ b/examples/python/requirements.txt @@ -1,4 +1,4 @@ PyJWT==2.11.0 httpx==0.28.1 -cryptography==44.0.3 +cryptography==46.0.5 requests==2.32.5 \ No newline at end of file