From 613867f7afb60e03f826f35b3ede61244f5d5dfb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 12:29:19 +0000 Subject: [PATCH] Bump pymongo from 4.0.1 to 4.6.3 in /test/test-app Bumps [pymongo](https://github.com/mongodb/mongo-python-driver) from 4.0.1 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/4.0.1...4.6.3) --- updated-dependencies: - dependency-name: pymongo dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- test/test-app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test-app/requirements.txt b/test/test-app/requirements.txt index cbd93a746..657ad9dd2 100644 --- a/test/test-app/requirements.txt +++ b/test/test-app/requirements.txt @@ -1,2 +1,2 @@ -PyMongo==4.0.1 +PyMongo==4.6.3 dnspython==2.2.0