From b45753eec65b9fb1cb38b0c3ef5160b2be9004a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 10:04:45 +0000 Subject: [PATCH] Update python-magic requirement from >=0.4.24 to >=0.4.27 Updates the requirements on [python-magic](https://github.com/ahupp/python-magic) to permit the latest version. - [Changelog](https://github.com/ahupp/python-magic/blob/master/CHANGELOG) - [Commits](https://github.com/ahupp/python-magic/compare/0.4.24...0.4.27) --- updated-dependencies: - dependency-name: python-magic dependency-version: 0.4.27 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 c04b657..7419ec7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -18,7 +18,7 @@ gTTS-token>=1.1.4 wordcloud>=1.8.1 Telethon>=1.24.0 Pillow>=8.2.0 -python-magic>=0.4.24 +python-magic>=0.4.27 Pygments>=2.9.0 speedtest-cli>=2.1.3 GitPython>=3.1.17