From f93201b257f9478964ece49b0227f32986715645 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 08:54:16 +0000 Subject: [PATCH] chore(deps): bump magika from 1.0.2 to 1.0.3 in /backend Bumps [magika](https://github.com/google/magika) from 1.0.2 to 1.0.3. - [Release notes](https://github.com/google/magika/releases) - [Changelog](https://github.com/google/magika/blob/main/python/CHANGELOG.md) - [Commits](https://github.com/google/magika/compare/cli/v1.0.2...python-v1.0.3) --- updated-dependencies: - dependency-name: magika dependency-version: 1.0.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 5a4b262..31dc8e7 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -26,7 +26,7 @@ uvicorn[standard]==0.44.0 fastmcp>=3.2.4 # File upload dependencies -magika==1.0.2 +magika==1.0.3 minio==7.2.20 python-magic==0.4.27