From f55e69fce6067db6e091ef2f4fc1d563392da641 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 15:48:31 +0000 Subject: [PATCH] build(deps): bump pymongo in /bifrost/bifrost_listener Bumps [pymongo](https://github.com/mongodb/mongo-python-driver) from 3.11.0 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.0...4.6.3) --- updated-dependencies: - dependency-name: pymongo dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- bifrost/bifrost_listener/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bifrost/bifrost_listener/requirements.txt b/bifrost/bifrost_listener/requirements.txt index 5933c1c5..d30dafb2 100644 --- a/bifrost/bifrost_listener/requirements.txt +++ b/bifrost/bifrost_listener/requirements.txt @@ -1,3 +1,3 @@ -pymongo==3.11.0 +pymongo==4.6.3 commentjson==0.9.0 retrying==1.3.3 \ No newline at end of file