From 7fcd307a05c9f813e1a8fc7e35bedd93fb811be7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Jul 2025 15:14:10 +0000 Subject: [PATCH] Bump cryptography in /examples/code-scanning/test-requirements-txt Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.6 to 42.0.4. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/41.0.6...42.0.4) --- updated-dependencies: - dependency-name: cryptography 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