From 466cb83ad8e13b1e7ef8f0b68158bd518a6c51ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Aug 2023 01:05:23 +0000 Subject: [PATCH] Bump cryptography in /gateway-init-container-examples/examples/dynamic Bumps [cryptography](https://github.com/pyca/cryptography) from 38.0.1 to 41.0.3. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/38.0.1...41.0.3) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../examples/dynamic/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gateway-init-container-examples/examples/dynamic/requirements.txt b/gateway-init-container-examples/examples/dynamic/requirements.txt index 18c0c81..d816fea 100644 --- a/gateway-init-container-examples/examples/dynamic/requirements.txt +++ b/gateway-init-container-examples/examples/dynamic/requirements.txt @@ -1,2 +1,2 @@ pycryptodomex==3.15.0 -cryptography==38.0.1 \ No newline at end of file +cryptography==41.0.3 \ No newline at end of file