From 1d1efc00b507dd37fb70c6dbfcf8f99306453007 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Feb 2025 20:38:17 +0000 Subject: [PATCH] build(deps): bump qdrant-client from 1.12.2 to 1.13.2 in /application Bumps [qdrant-client](https://github.com/qdrant/qdrant-client) from 1.12.2 to 1.13.2. - [Release notes](https://github.com/qdrant/qdrant-client/releases) - [Commits](https://github.com/qdrant/qdrant-client/compare/v1.12.2...v1.13.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 d24e866b..fd4f623f 100644 --- a/application/requirements.txt +++ b/application/requirements.txt @@ -70,7 +70,7 @@ pypdf==5.2.0 python-dateutil==2.9.0.post0 python-dotenv==1.0.1 python-pptx==1.0.2 -qdrant-client==1.12.2 +qdrant-client==1.13.2 redis==5.2.1 referencing==0.30.2 regex==2024.11.6