From c7443b79dd8711921d9b8661a768cf2790236fce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 09:45:20 +0000 Subject: [PATCH] Update magika requirement from ~=0.6.0 to ~=1.0.1 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...cli/v1.0.1) --- updated-dependencies: - dependency-name: magika dependency-version: 1.0.1 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..5b3b70a 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~=1.0.1 # openai-whisper>=20240930 # ffmpeg-python>=0.2.0 # torch>=2.0.0