From 7b7f609c476cbf320cbad03003a9efa5251dfc50 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Aug 2024 22:25:35 +0000 Subject: [PATCH] chore(deps): bump qdrant-client from 1.9.0 to 1.11.0 in /application Bumps [qdrant-client](https://github.com/qdrant/qdrant-client) from 1.9.0 to 1.11.0. - [Release notes](https://github.com/qdrant/qdrant-client/releases) - [Commits](https://github.com/qdrant/qdrant-client/compare/v1.9.0...v1.11.0) --- updated-dependencies: - dependency-name: qdrant-client dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- application/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/requirements.txt b/application/requirements.txt index 35380848..f178dabc 100644 --- a/application/requirements.txt +++ b/application/requirements.txt @@ -22,7 +22,7 @@ pydantic_settings==2.4.0 pymongo==4.8.0 PyPDF2==3.0.1 python-dotenv==1.0.1 -qdrant-client==1.9.0 +qdrant-client==1.11.0 redis==5.0.1 Requests==2.32.0 retry==0.9.2