From b9d6a74228da5462b7a0a1e5d159cdd209a0d359 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Feb 2024 03:10:46 +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.0. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/41.0.6...42.0.0) --- 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..c3c9302b 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==42.0.0 Flask==2.2.5 cachetools==5.3.0