From 8374d7e950ceb0a58838ece3803b3aeab8779a6c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Feb 2025 11:28:51 +0000 Subject: [PATCH] Bump cryptography in /src/pipeline/backend/huggingface/whisper Bumps [cryptography](https://github.com/pyca/cryptography) from 44.0.0 to 44.0.1. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/44.0.0...44.0.1) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/pipeline/backend/huggingface/whisper/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pipeline/backend/huggingface/whisper/requirements.txt b/src/pipeline/backend/huggingface/whisper/requirements.txt index faebec84..4c4d6960 100644 --- a/src/pipeline/backend/huggingface/whisper/requirements.txt +++ b/src/pipeline/backend/huggingface/whisper/requirements.txt @@ -15,7 +15,7 @@ click==8.1.7 coloredlogs==15.0.1 contourpy==1.2.1 crcmod==1.7 -cryptography==44.0.0 +cryptography==44.0.1 cycler==0.12.1 decorator==5.1.1 editdistance==0.8.1