From be441cd8c116321657f154ed02c3cd4e5bb5b47c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 May 2025 10:02:39 +0000 Subject: [PATCH] Update magika requirement from ~=0.6.0 to ~=0.6.2 Updates the requirements on [magika](https://github.com/google/magika) to permit the latest version. - [Release notes](https://github.com/google/magika/releases) - [Commits](https://github.com/google/magika/compare/python-v0.6.1-rc0...python-v0.6.2) --- updated-dependencies: - dependency-name: magika dependency-version: 0.6.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c750d20..614483c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ pdf2image>=1.16.0 pdfminer.six>=20221105 reportlab>=4.1.0 python-docx>=0.8.11 -magika~=0.6.0 +magika~=0.6.2 # openai-whisper>=20240930 # ffmpeg-python>=0.2.0 # torch>=2.0.0