From 14156f33c08f4c7f83ec16cf5ab9ca249ed36a32 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Jul 2025 17:29:59 +0000 Subject: [PATCH] Bump cryptography in /examples/code-scanning/test-requirements-txt Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.6 to 44.0.1. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/41.0.6...44.0.1) --- updated-dependencies: - dependency-name: cryptography dependency-version: 44.0.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/code-scanning/test-requirements-txt/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/code-scanning/test-requirements-txt/requirements.txt b/examples/code-scanning/test-requirements-txt/requirements.txt index 1a8976b8..de1cd736 100644 --- a/examples/code-scanning/test-requirements-txt/requirements.txt +++ b/examples/code-scanning/test-requirements-txt/requirements.txt @@ -1,4 +1,4 @@ pyarrow==14.0.1 -cryptography==41.0.6 +cryptography==44.0.1 Flask==2.2.5 cachetools==5.3.0