From becff004918d37ee9da9de90f4ff8f1be74177b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Apr 2024 13:39:53 +0000 Subject: [PATCH] Bump pymongo from 4.6.1 to 4.7.0 Bumps [pymongo](https://github.com/mongodb/pymongo) from 4.6.1 to 4.7.0. - [Commits](https://github.com/mongodb/pymongo/commits) --- updated-dependencies: - dependency-name: pymongo dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index cbc39e4..2841ed7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ Flask==3.0.2 ruamel.yaml==0.18.6 monty==2024.2.2 -pymongo==4.6.1 +pymongo==4.7.0 plotly==5.18.0