From 2f1c5bb69c0d056c21101b7c6bc39f71d0eb6022 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 00:19:06 +0000 Subject: [PATCH] chore(deps): update xxhash requirement from <3.9,>=3.4 to >=3.4,<4.1 Updates the requirements on [xxhash](https://github.com/ifduyue/python-xxhash) to permit the latest version. - [Release notes](https://github.com/ifduyue/python-xxhash/releases) - [Changelog](https://github.com/ifduyue/python-xxhash/blob/master/CHANGELOG.rst) - [Commits](https://github.com/ifduyue/python-xxhash/compare/v3.4.0...v4.0.0) --- updated-dependencies: - dependency-name: xxhash dependency-version: 4.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ba9daeb..dd57534 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ dependencies = [ "boto3 >= 1.42.29; python_version >= '3.9'", "boto3 >= 1.36.8; python_version < '3.9'", "typing_extensions >= 4.8", - "xxhash >= 3.4,< 3.9", + "xxhash >= 3.4,< 4.1", "pywin32 >= 307; sys_platform == 'win32'", "psutil >= 7.0.0" ]