From be3ab85c436a4cffa8516134dccfc3cc5fed56e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2024 13:29:09 +0200 Subject: [PATCH] Update black requirement from ~=24.8 to ~=24.10 (#84) Updates the requirements on [black](https://github.com/psf/black) to permit the latest version. - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](https://github.com/psf/black/compare/24.8.0...24.10.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6cf47a9..11fb05a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -black~=24.8 +black~=24.10 faiss-cpu~=1.8 numpy~=1.26 pandas~=2.2