From 1768daf47f2f848f85e76dc050e74444337f1d5d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 15:49:00 +0000 Subject: [PATCH] build(deps): bump pymongo from 3.11.0 to 4.6.3 in /test/bifrost 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] --- test/bifrost/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/bifrost/requirements.txt b/test/bifrost/requirements.txt index 12a7e471..e446f51f 100644 --- a/test/bifrost/requirements.txt +++ b/test/bifrost/requirements.txt @@ -1 +1 @@ -pymongo==3.11.0 \ No newline at end of file +pymongo==4.6.3 \ No newline at end of file