From 1b199ec6d8642f5839ef585662ba24eb92467024 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Aug 2023 15:18:09 +0000 Subject: [PATCH] Bump cryptography Bumps [cryptography](https://github.com/pyca/cryptography) from 36.0.1 to 41.0.2. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/36.0.1...41.0.2) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../Django/live-transcription-django/stream/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sample-projects/streaming-audio/Django/live-transcription-django/stream/requirements.txt b/sample-projects/streaming-audio/Django/live-transcription-django/stream/requirements.txt index 435ae2bd..47d6fa66 100644 --- a/sample-projects/streaming-audio/Django/live-transcription-django/stream/requirements.txt +++ b/sample-projects/streaming-audio/Django/live-transcription-django/stream/requirements.txt @@ -10,7 +10,7 @@ cffi==1.15.0 channels==3.0.4 charset-normalizer==2.0.12 constantly==15.1.0 -cryptography==36.0.1 +cryptography==41.0.2 daphne==3.0.2 deepgram-sdk==0.2.4 Django==4.1.10