From 03e3387e4ecaaa47385c2d3b79d03b87f8c6a9c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 15:54:15 +0000 Subject: [PATCH] Bump pymongo from 3.11.4 to 4.6.3 in /automapping/backend Bumps [pymongo](https://github.com/mongodb/mongo-python-driver) from 3.11.4 to 4.6.3. - [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/3.11.4...4.6.3) --- updated-dependencies: - dependency-name: pymongo dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- automapping/backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automapping/backend/requirements.txt b/automapping/backend/requirements.txt index 122f085..18a894b 100644 --- a/automapping/backend/requirements.txt +++ b/automapping/backend/requirements.txt @@ -1,5 +1,5 @@ fastapi==0.65.2 -pymongo==3.11.4 +pymongo==4.6.3 python-dotenv==0.17.1 uvicorn==0.13.4 pysnmp