From d8636202818fb35dcc99356eeda09933b25afbc5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 12 Oct 2024 06:08:04 +0000 Subject: [PATCH] Bump pymongo from 4.1.1 to 4.6.3 in /crawler Bumps [pymongo](https://github.com/mongodb/mongo-python-driver) from 4.1.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.1.1...4.6.3) --- updated-dependencies: - dependency-name: pymongo dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- crawler/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crawler/requirements.txt b/crawler/requirements.txt index 01c8af9..f6c4a5e 100644 --- a/crawler/requirements.txt +++ b/crawler/requirements.txt @@ -1,4 +1,4 @@ paramiko==2.11.0 -pymongo==4.1.1 +pymongo==4.6.3 ../library/