From 20cb0e334dd9a50e40eb05cb974656cb456399f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Apr 2025 16:49:06 +0000 Subject: [PATCH] build(deps): Update xxhash requirement from <=3.4.1 to <=3.5.0 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/v0.0.1...v3.5.0) --- updated-dependencies: - dependency-name: xxhash dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a97bf0f3..f21fac93 100644 --- a/requirements.txt +++ b/requirements.txt @@ -36,4 +36,4 @@ trackhub<=0.2.4 tracknado ujson<=5.8.0 xopen -xxhash<=3.4.1 \ No newline at end of file +xxhash<=3.5.0 \ No newline at end of file