From d958fa13b6f1a77c6a1f342a3d5b9ddd6d96d617 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Apr 2024 12:01:06 +0000 Subject: [PATCH] Bump pymongo from 4.6.1 to 4.6.3 Bumps [pymongo](https://github.com/mongodb/mongo-python-driver) from 4.6.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.6.1...4.6.3) --- updated-dependencies: - dependency-name: pymongo dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- test_client/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_client/requirements.txt b/test_client/requirements.txt index 8282920..677a2f4 100644 --- a/test_client/requirements.txt +++ b/test_client/requirements.txt @@ -1,4 +1,4 @@ requests==2.31.0 pytest==8.0.0 pandas==2.0.3 -pymongo==4.6.1 \ No newline at end of file +pymongo==4.6.3 \ No newline at end of file