From 8a6919beaac2946d44e557b5968f2c8610777329 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jul 2026 19:32:49 +0000 Subject: [PATCH] Update requirements: Bump rarfile from 4.2 to 4.3 Bumps [rarfile](https://github.com/markokr/rarfile) from 4.2 to 4.3. - [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.3) --- updated-dependencies: - dependency-name: rarfile dependency-version: '4.3' 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..99ad9ab5c5 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.3", "requests==2.34.2", "requests-futures==1.0.2", "setuptools>=65.5.1",