From d28f95cf9c654c821cb1ef8cd7fe53f27696ba34 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jul 2026 19:32:57 +0000 Subject: [PATCH] Update requirements: Bump rarfile from 4.2 to 4.4 Bumps [rarfile](https://github.com/markokr/rarfile) from 4.2 to 4.4. - [Release notes](https://github.com/markokr/rarfile/releases) - [Changelog](https://github.com/markokr/rarfile/blob/master/doc/news.rst) - [Commits](https://github.com/markokr/rarfile/compare/v4.2...v4.4) --- updated-dependencies: - dependency-name: rarfile dependency-version: '4.4' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5ed40e39ee..7ab0fc35d5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ dependencies = [ "pymongo==4.17.0", "pysocks==1.7.1", "python-magic==0.4.27", - "rarfile==4.2", + "rarfile==4.4", "requests==2.34.2", "requests-futures==1.0.2", "setuptools>=65.5.1",