From b8e1e7c4a09436a912aed81bb31b5640ec584549 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Jul 2023 21:44:56 +0000 Subject: [PATCH] Bump bitsandbytes from 0.37.2 to 0.40.2 Bumps [bitsandbytes](https://github.com/TimDettmers/bitsandbytes) from 0.37.2 to 0.40.2. - [Release notes](https://github.com/TimDettmers/bitsandbytes/releases) - [Changelog](https://github.com/TimDettmers/bitsandbytes/blob/main/CHANGELOG.md) - [Commits](https://github.com/TimDettmers/bitsandbytes/commits) --- updated-dependencies: - dependency-name: bitsandbytes dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 8e99a445..6f9dd6c3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -78,7 +78,7 @@ celery==5.2.7 redis==4.5.4 sentencepiece -bitsandbytes==0.37.2 +bitsandbytes==0.40.2 psycopg2-binary==2.9.5 google-search-results==2.4.2 diff --git a/setup.py b/setup.py index 61a279bb..aae36610 100644 --- a/setup.py +++ b/setup.py @@ -77,7 +77,7 @@ setup( 'celery==5.2.7', 'redis==4.5.4', 'sentencepiece', - 'bitsandbytes==0.37.2', + 'bitsandbytes==0.40.2', 'psycopg2-binary==2.9.5', 'google-search-results==2.4.2', 'black==23.1.0',