From 1ff044a8c3af5188742ae5cb9c990ad55dba8763 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Jun 2024 17:46:51 +0000 Subject: [PATCH] Bump pymongo from 4.0.1 to 4.6.3 in /amazonscraper 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] --- amazonscraper/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/amazonscraper/requirements.txt b/amazonscraper/requirements.txt index 3e21953..c1c3bae 100644 --- a/amazonscraper/requirements.txt +++ b/amazonscraper/requirements.txt @@ -1,5 +1,5 @@ amazoncaptcha==0.5.6 -pymongo==4.0.1 +pymongo==4.6.3 python-dotenv==0.20.0 scrapy==2.7.1 scrapy-fake-useragent==1.4.4