From 017ccd6351e6cd17128d6c3ef3b4f57eb4aa33f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Jan 2025 20:23:00 +0000 Subject: [PATCH] build(deps): bump qdrant-client from 1.11.0 to 1.12.2 in /application Bumps [qdrant-client](https://github.com/qdrant/qdrant-client) from 1.11.0 to 1.12.2. - [Release notes](https://github.com/qdrant/qdrant-client/releases) - [Commits](https://github.com/qdrant/qdrant-client/compare/v1.11.0...v1.12.2) --- 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 4c627529e..d31c916d7 100644 --- a/application/requirements.txt +++ b/application/requirements.txt @@ -67,7 +67,7 @@ pypdf2==3.0.1 python-dateutil==2.9.0.post0 python-dotenv==1.0.1 python-pptx==1.0.2 -qdrant-client==1.11.0 +qdrant-client==1.12.2 redis==5.2.1 referencing==0.30.2 regex==2024.11.6