From f3eb6a16695c2750cbda7b32c0a115f6a2f94bc7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Nov 2023 22:38:48 +0000 Subject: [PATCH] Bump cryptography in /docs/user/samples/speech-enhancement/src Bumps [cryptography](https://github.com/pyca/cryptography) from 38.0.1 to 41.0.6. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/38.0.1...41.0.6) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docs/user/samples/speech-enhancement/src/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user/samples/speech-enhancement/src/requirements.txt b/docs/user/samples/speech-enhancement/src/requirements.txt index 57f8c4d..d4ffd8f 100644 --- a/docs/user/samples/speech-enhancement/src/requirements.txt +++ b/docs/user/samples/speech-enhancement/src/requirements.txt @@ -24,7 +24,7 @@ charset-normalizer==2.1.1 click==8.1.3 cloudevents==1.6.2 colorful==0.5.4 -cryptography==38.0.1 +cryptography==41.0.6 Deprecated==1.2.13 deprecation==2.1.0 fastapi==0.85.1