From f7d6f8fac20f47cae289c1fb263a59270ca5fa34 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Sep 2026 20:47:43 +0000 Subject: [PATCH] chore(deps): update yara-python requirement in /parsers Updates the requirements on [yara-python](https://github.com/VirusTotal/yara-python) to permit the latest version. - [Release notes](https://github.com/VirusTotal/yara-python/releases) - [Commits](https://github.com/VirusTotal/yara-python/compare/v4.5.0...v4.5.4) --- updated-dependencies: - dependency-name: yara-python dependency-version: 4.5.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- parsers/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parsers/requirements.txt b/parsers/requirements.txt index ad228f1..89875bc 100644 --- a/parsers/requirements.txt +++ b/parsers/requirements.txt @@ -41,4 +41,4 @@ libpff-python>=20231203 iphone-backup-decrypt>=0.7 # YARA via python-yara wheel -yara-python>=4.5 +yara-python>=4.5.4