From 834a3654d5a044ff7c5fa2b768d2f91797eb7a26 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Aug 2026 19:32:50 +0000 Subject: [PATCH] Update requirements: Bump rarfile from 4.2 to 4.5 Bumps [rarfile](https://github.com/markokr/rarfile) from 4.2 to 4.5. - [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.5) --- updated-dependencies: - dependency-name: rarfile dependency-version: '4.5' 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..ef9a06f028 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.5", "requests==2.34.2", "requests-futures==1.0.2", "setuptools>=65.5.1",