From 93368959458b59d3df59543df7dc3778b3be24cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jul 2024 18:49:10 +0000 Subject: [PATCH] build(deps): bump zipp Bumps the pip group with 1 update in the /LLMs/RAG/llama-index-milvus-example directory: [zipp](https://github.com/jaraco/zipp). Updates `zipp` from 3.16.2 to 3.19.1 - [Release notes](https://github.com/jaraco/zipp/releases) - [Changelog](https://github.com/jaraco/zipp/blob/main/NEWS.rst) - [Commits](https://github.com/jaraco/zipp/compare/v3.16.2...v3.19.1) --- updated-dependencies: - dependency-name: zipp dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- LLMs/RAG/llama-index-milvus-example/Pipfile | 2 +- LLMs/RAG/llama-index-milvus-example/Pipfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/LLMs/RAG/llama-index-milvus-example/Pipfile b/LLMs/RAG/llama-index-milvus-example/Pipfile index 92cf9d5..a07b182 100644 --- a/LLMs/RAG/llama-index-milvus-example/Pipfile +++ b/LLMs/RAG/llama-index-milvus-example/Pipfile @@ -84,7 +84,7 @@ urllib3 = "==1.26.19" uvicorn = "==0.23.2" websockets = "==11.0.3" yarl = "==1.9.2" -zipp = "==3.16.2" +zipp = "==3.19.1" environs = "==9.5.0" grpcio = "==1.56.0" protobuf = "==4.24.2" diff --git a/LLMs/RAG/llama-index-milvus-example/Pipfile.lock b/LLMs/RAG/llama-index-milvus-example/Pipfile.lock index 7992a3e..34274dc 100644 --- a/LLMs/RAG/llama-index-milvus-example/Pipfile.lock +++ b/LLMs/RAG/llama-index-milvus-example/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "0967ddbdde5ad8fedfd84e51b53f7bc519ef71337169a12324ac9be551928f05" + "sha256": "8f18d8c1ccbb966f0842de82c2019d9f5c79e8e1a30907492bac20d2c8b7ea5f" }, "pipfile-spec": 6, "requires": { @@ -2194,12 +2194,12 @@ }, "zipp": { "hashes": [ - "sha256:679e51dd4403591b2d6838a48de3d283f3d188412a9782faadf845f298736ba0", - "sha256:ebc15946aa78bd63458992fc81ec3b6f7b1e92d51c35e6de1c3804e73b799147" + "sha256:2828e64edb5386ea6a52e7ba7cdb17bb30a73a858f5eb6eb93d8d36f5ea26091", + "sha256:35427f6d5594f4acf82d25541438348c26736fa9b3afa2754bcd63cdb99d8e8f" ], "index": "pypi", "markers": "python_version >= '3.8'", - "version": "==3.16.2" + "version": "==3.19.1" } }, "develop": {}