From 4b5dd033c3b0b111ff5d0cfc5057bb14ca26a2e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Feb 2023 04:19:18 +0000 Subject: [PATCH] Bump cryptography in /gateway-init-container-examples/examples/dynamic Bumps [cryptography](https://github.com/pyca/cryptography) from 38.0.1 to 39.0.1. - [Release notes](https://github.com/pyca/cryptography/releases) - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/38.0.1...39.0.1) --- 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..a045bf9 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==39.0.1 \ No newline at end of file