From 1c2853b04768de3ffbf7d9935be989f6b6b812b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 22:29:45 +0000 Subject: [PATCH] build(deps): Bump pymongo from 4.7.2 to 4.8.0 in /llm-server Bumps [pymongo](https://github.com/mongodb/mongo-python-driver) from 4.7.2 to 4.8.0. - [Release notes](https://github.com/mongodb/mongo-python-driver/releases) - [Changelog](https://github.com/mongodb/mongo-python-driver/blob/master/doc/changelog.rst) - [Commits](https://github.com/mongodb/mongo-python-driver/compare/4.7.2...4.8.0) --- updated-dependencies: - dependency-name: pymongo dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- llm-server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llm-server/requirements.txt b/llm-server/requirements.txt index 77aba08d1..e71650999 100644 --- a/llm-server/requirements.txt +++ b/llm-server/requirements.txt @@ -109,7 +109,7 @@ pycparser==2.21 pydantic==2.4.2 pydantic_core==2.10.1 pydub==0.25.1 -pymongo==4.7.2 +pymongo==4.8.0 PyMySQL==1.1.1 PyPDF2==3.0.1 pypdf==4.0.1