From 705ab58bfbc86d23bbe9c42949eac58d7fcb9b2d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 20:54:54 +0000 Subject: [PATCH] chore(deps): bump pymongo from 4.6.3 to 4.8.0 in /application Bumps [pymongo](https://github.com/mongodb/mongo-python-driver) from 4.6.3 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.6.3...4.8.0) --- updated-dependencies: - dependency-name: pymongo 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 568591803..353808482 100644 --- a/application/requirements.txt +++ b/application/requirements.txt @@ -19,7 +19,7 @@ langchain-openai==0.0.5 openapi3_parser==1.1.16 pandas==2.2.0 pydantic_settings==2.4.0 -pymongo==4.6.3 +pymongo==4.8.0 PyPDF2==3.0.1 python-dotenv==1.0.1 qdrant-client==1.9.0