From a508107847656f987fd4ea9c81e9d258d91c5296 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 15 Jul 2023 00:34:29 +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.2. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/38.0.1...41.0.2) --- 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..6883066 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.2 \ No newline at end of file