From cb2ea79dab573d833f50ab3ed163e391d3fd8be1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Aug 2023 02:29:25 +0000 Subject: [PATCH] Bump cryptography Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.2 to 41.0.3. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/41.0.2...41.0.3) --- 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 47d6fa66..e4baec2a 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==41.0.2 +cryptography==41.0.3 daphne==3.0.2 deepgram-sdk==0.2.4 Django==4.1.10