From 710b9246c68d45e07e77745a428f7c69d58f6582 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 17:16:15 +0000 Subject: [PATCH] Update poetry requirement from ~=1.8 to ~=2.0 Updates the requirements on [poetry](https://github.com/python-poetry/poetry) to permit the latest version. - [Release notes](https://github.com/python-poetry/poetry/releases) - [Changelog](https://github.com/python-poetry/poetry/blob/main/CHANGELOG.md) - [Commits](https://github.com/python-poetry/poetry/compare/1.8.0...2.0.0) --- updated-dependencies: - dependency-name: poetry 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 44dcd97..fd5fbd1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ black~=24.10 faiss-cpu~=1.8 numpy~=2.1 pandas~=2.2 -poetry~=1.8 +poetry~=2.0 pdoc~=15.0 pyright~=1.1 pytest~=8.3