From aba8e3e044a6377e8ff0162ac3362c1b2a0fd6d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Feb 2024 20:14:09 +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..84f29cd7 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.4 Flask==2.2.5 cachetools==5.3.0